mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-18 10:16:46 +00:00
Update metrics-dialog.tsx
This commit is contained in:
parent
30b236548a
commit
44ca1d507d
@ -261,7 +261,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
|
|||||||
borderRadius: "6px",
|
borderRadius: "6px",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Legend content={renderDiskLegend} />
|
<Legend content={renderDiskLegend} verticalAlign="top" />
|
||||||
<Area
|
<Area
|
||||||
type="monotone"
|
type="monotone"
|
||||||
dataKey="diskread"
|
dataKey="diskread"
|
||||||
@ -317,7 +317,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
|
|||||||
borderRadius: "6px",
|
borderRadius: "6px",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Legend content={renderNetworkLegend} />
|
<Legend content={renderNetworkLegend} verticalAlign="top" />
|
||||||
<Area
|
<Area
|
||||||
type="monotone"
|
type="monotone"
|
||||||
dataKey="netin"
|
dataKey="netin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user