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 && ( = ({ websocketUrl, onCl )} - + ))}