From f4dd612ec604f2f73103041054ac905f55370b4e Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 29 Aug 2025 14:31:02 +0000 Subject: [PATCH] fix: improve NodeSummaryTable visual layout and selection feedback - Remove table-fixed and use responsive width classes - Remove inline styles, use pure Tailwind classes - Fix left border alignment issue when selecting rows - Improve visual feedback for selected rows with stronger blue background - Clean up redundant whitespace-nowrap and inline flex styles --- .../components/shared/NodeSummaryTable.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index a84a78a07..c59d56c38 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -100,22 +100,22 @@ export const NodeSummaryTable: Component = (props) => { return (
- +
- - - - - - + + + + {(header) => ( - + )} @@ -173,20 +173,20 @@ export const NodeSummaryTable: Component = (props) => { return ( props.onNodeClick(nodeId, item.type)} >
+ {props.currentTab === 'backups' ? 'Node / PBS' : 'Node'} StatusUptimeCPUMemory + StatusUptimeCPUMemory {props.currentTab === 'backups' && props.pbsInstances ? 'Storage / Disk' : 'Disk'} {header}{header}
- -
+