diff --git a/frontend-modern/src/components/Dashboard/MetricBar.tsx b/frontend-modern/src/components/Dashboard/MetricBar.tsx index f9fd5c888..799dae8fc 100644 --- a/frontend-modern/src/components/Dashboard/MetricBar.tsx +++ b/frontend-modern/src/components/Dashboard/MetricBar.tsx @@ -60,7 +60,7 @@ export function MetricBar(props: MetricBarProps) { style={{ width: `${width()}%` }} /> - {displayText()} + {displayText()} diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index a83f72e6d..b12d7dc65 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -88,16 +88,16 @@ export const NodeSummaryTable: Component = (props) => { return (
- +
- - - - + + @@ -207,7 +207,7 @@ export const NodeSummaryTable: Component = (props) => { - - -
+ {props.currentTab === 'backups' ? 'Node / PBS' : 'Node'} StatusCPUMemory + CPUMemory {props.currentTab === 'backups' && props.pbsInstances ? 'Storage / Disk' : 'Disk'} + = (props) => { type="cpu" /> + = (props) => { type="memory" /> +