mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 16:16:21 +00:00
Update proxmox-dashboard.tsx
This commit is contained in:
@@ -632,7 +632,11 @@ export function ProxmoxDashboard() {
|
||||
<Hardware key={`hardware-${componentKey}`} />
|
||||
</TabsContent>
|
||||
|
||||
<TabsContent value="terminal" className="flex-1 flex flex-col overflow-hidden mt-0 min-h-0">
|
||||
<TabsContent
|
||||
value="terminal"
|
||||
className="flex flex-col overflow-hidden mt-0 w-full"
|
||||
style={{ height: "calc(100vh - 300px)" }}
|
||||
>
|
||||
<TerminalPanel key={`terminal-${componentKey}`} />
|
||||
</TabsContent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user