From 9182072930741ca202dc52c1dfb593f6d01eecc4 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 29 Aug 2025 06:47:44 +0000 Subject: [PATCH] Revert "fix: add missing Node column header in flat list view" This reverts commit 437e4f9528fa0d329f02398a8ef3ffb17b6345fb. --- frontend-modern/src/components/Dashboard/Dashboard.tsx | 8 -------- frontend-modern/src/components/Dashboard/GuestRow.tsx | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend-modern/src/components/Dashboard/Dashboard.tsx b/frontend-modern/src/components/Dashboard/Dashboard.tsx index 3a3919c13..b3d45665c 100644 --- a/frontend-modern/src/components/Dashboard/Dashboard.tsx +++ b/frontend-modern/src/components/Dashboard/Dashboard.tsx @@ -694,14 +694,6 @@ export function Dashboard(props: DashboardProps) { > VMID {sortKey() === 'vmid' && (sortDirection() === 'asc' ? '▲' : '▼')} - - handleSort('node')} - > - Node {sortKey() === 'node' && (sortDirection() === 'asc' ? '▲' : '▼')} - - handleSort('uptime')} diff --git a/frontend-modern/src/components/Dashboard/GuestRow.tsx b/frontend-modern/src/components/Dashboard/GuestRow.tsx index 2d92565fa..815797e4f 100644 --- a/frontend-modern/src/components/Dashboard/GuestRow.tsx +++ b/frontend-modern/src/components/Dashboard/GuestRow.tsx @@ -155,6 +155,7 @@ export function GuestRow(props: GuestRowProps) { {props.guest.vmid} + {/* Node (optional) */}