diff --git a/frontend-modern/src/components/Settings/GuestURLs.tsx b/frontend-modern/src/components/Settings/GuestURLs.tsx index e21c1be24..910b66dfc 100644 --- a/frontend-modern/src/components/Settings/GuestURLs.tsx +++ b/frontend-modern/src/components/Settings/GuestURLs.tsx @@ -177,22 +177,22 @@ export function GuestURLs(props: GuestURLsProps) { -
| + | Name | -+ | Type | -+ | VMID | -+ | Custom URL | -+ | Actions |
diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx
index 18d48d231..996b27afe 100644
--- a/frontend-modern/src/components/Settings/Settings.tsx
+++ b/frontend-modern/src/components/Settings/Settings.tsx
@@ -762,11 +762,11 @@ const Settings: Component = () => {
{/* Tab Navigation - modern style */}
-
+
- Proxmox VE Nodes-
+
+ Proxmox VE Nodes+
{/* Discovery toggle */}
-
@@ -876,10 +877,11 @@ const Settings: Component = () => {
-
-
-
-
+
+
-
+
+
- {
// Find the corresponding node in the WebSocket state
const stateNode = state.nodes.find(n => n.instance === node.name);
@@ -894,12 +896,12 @@ const Settings: Component = () => {
// Default to red if no state data (node is offline/unreachable)
return 'bg-red-500';
})()
- }`}>
-
-
+ {node.name}-{node.host} -
+ }`}>
+
+
{node.name}+{node.host} +
{node.user ? `User: ${node.user}` : `Token: ${node.tokenName}`}
@@ -944,9 +946,10 @@ const Settings: Component = () => {
+
+ |
|---|