diff --git a/AppImage/components/proxmox-dashboard.tsx b/AppImage/components/proxmox-dashboard.tsx index 8ce19ea..2e627b1 100644 --- a/AppImage/components/proxmox-dashboard.tsx +++ b/AppImage/components/proxmox-dashboard.tsx @@ -610,12 +610,8 @@ export function ProxmoxDashboard() { -
- +
+ @@ -648,22 +644,22 @@ export function ProxmoxDashboard() { - -
+ +
) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 3717260..ed15e22 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -506,8 +506,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl } `} -
-
+
+
= ({ websocketUrl, onCl
-
+
{isMobile ? ( - + {terminals.map((terminal) => ( = ({ websocketUrl, onCl ))} ) : ( -
+
{terminals.map((terminal) => (
= ({ websocketUrl, onCl )}
-
+
))}