mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-22 13:36:17 +00:00
Update proxmox-dashboard.tsx
This commit is contained in:
@@ -16,7 +16,6 @@ import { HealthStatusModal } from "./health-status-modal"
|
|||||||
import { ReleaseNotesModal, useVersionCheck } from "./release-notes-modal"
|
import { ReleaseNotesModal, useVersionCheck } from "./release-notes-modal"
|
||||||
import { getApiUrl, fetchApi } from "../lib/api-config"
|
import { getApiUrl, fetchApi } from "../lib/api-config"
|
||||||
import TerminalPanel from "./terminal-panel"
|
import TerminalPanel from "./terminal-panel"
|
||||||
import TerminalIcon from "lucide-react/Terminal"
|
|
||||||
import {
|
import {
|
||||||
RefreshCw,
|
RefreshCw,
|
||||||
AlertTriangle,
|
AlertTriangle,
|
||||||
@@ -31,6 +30,7 @@ import {
|
|||||||
Cpu,
|
Cpu,
|
||||||
FileText,
|
FileText,
|
||||||
SettingsIcon,
|
SettingsIcon,
|
||||||
|
Terminal,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
import Image from "next/image"
|
import Image from "next/image"
|
||||||
import { ThemeToggle } from "./theme-toggle"
|
import { ThemeToggle } from "./theme-toggle"
|
||||||
@@ -570,7 +570,7 @@ export function ProxmoxDashboard() {
|
|||||||
: ""
|
: ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<TerminalIcon className="h-5 w-5" />
|
<Terminal className="h-5 w-5" />
|
||||||
<span>Terminal</span>
|
<span>Terminal</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user