From ceb10a2ffe5a83467b5b8a5487c3fbc5679f2e52 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sat, 19 Apr 2025 16:18:44 +0200 Subject: [PATCH] Update server name display to conditionally include an icon indicator for better visual context. --- app/dashboard/servers/Servers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/servers/Servers.tsx b/app/dashboard/servers/Servers.tsx index 6a0e903..3d1077f 100644 --- a/app/dashboard/servers/Servers.tsx +++ b/app/dashboard/servers/Servers.tsx @@ -965,7 +965,7 @@ export default function Dashboard() { size={24} /> )} -
{hostedVM.name}
+
{hostedVM.icon && "・ "}{hostedVM.name}