From 8d20829428046bcf36a8005c52bf99dcd315d766 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 22 Nov 2025 23:08:11 +0100 Subject: [PATCH] Update AppImage --- AppImage/components/proxmox-dashboard.tsx | 2 +- AppImage/components/terminal-panel.tsx | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 0f42ead..82ff978 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -635,7 +635,7 @@ export function ProxmoxDashboard() { - + diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 0457ad8..3846c18 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -505,7 +505,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl `}
-
+
= ({ websocketUrl, onCl
-
+
{isMobile || terminals.length === 1 ? ( - + {terminals.map((terminal) => ( = ({ websocketUrl, onCl -
+
))} ) : ( -
+
{terminals.map((terminal) => (
setActiveTerminalId(terminal.id)} > -
+
{terminal.title} {terminals.length > 1 && ( )}
-
+
))}