diff --git a/frontend-modern/src/components/Settings/GuestURLs.tsx b/frontend-modern/src/components/Settings/GuestURLs.tsx index 6a75e7e5c..e95bdef3e 100644 --- a/frontend-modern/src/components/Settings/GuestURLs.tsx +++ b/frontend-modern/src/components/Settings/GuestURLs.tsx @@ -131,7 +131,16 @@ export function GuestURLs(props: GuestURLsProps) { - Guest + Name + + + Type + + + VMID + + + Node Custom URL @@ -144,7 +153,7 @@ export function GuestURLs(props: GuestURLsProps) { - + No guests found @@ -157,21 +166,29 @@ export function GuestURLs(props: GuestURLsProps) { return ( -
-
-
- {guest.name} -
-
- {guest.type === 'qemu' ? 'VM' : 'LXC'} • {guest.vmid} • {guest.node} -
-
+
+ {guest.name}
+ + + {guest.type === 'qemu' ? 'VM' : 'LXC'} + + + + {guest.vmid} + + + {guest.node} + updateGuestURL(guestId, e.currentTarget.value)} class="w-full px-2 py-1 text-sm border border-gray-300 dark:border-gray-600 rounded