From c169ead4d20ec25c5a56d1a75fbab148c03b1def Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 5 Dec 2025 12:23:24 +0000 Subject: [PATCH] fix: Correct column render order (Tags before OS) --- .../src/components/Dashboard/GuestRow.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend-modern/src/components/Dashboard/GuestRow.tsx b/frontend-modern/src/components/Dashboard/GuestRow.tsx index 36dbde7..a3c8dfb 100644 --- a/frontend-modern/src/components/Dashboard/GuestRow.tsx +++ b/frontend-modern/src/components/Dashboard/GuestRow.tsx @@ -978,7 +978,21 @@ export function GuestRow(props: GuestRowProps) { - {/* OS - NEW */} + {/* Tags */} + + +
event.stopPropagation()}> + +
+ +
+ + {/* OS */}
@@ -994,20 +1008,6 @@ export function GuestRow(props: GuestRowProps) { - {/* Tags */} - - -
event.stopPropagation()}> - -
- -
- {/* Disk Read */}