mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-30 11:26:23 +00:00
Update proxmox-dashboard.tsx
This commit is contained in:
@@ -415,12 +415,12 @@ export function ProxmoxDashboard() {
|
|||||||
refreshData()
|
refreshData()
|
||||||
}}
|
}}
|
||||||
disabled={isRefreshing}
|
disabled={isRefreshing}
|
||||||
className="h-8 w-8 p-0 mt-0"
|
className="h-8 w-8 p-0 -mt-1"
|
||||||
>
|
>
|
||||||
<RefreshCw className={`h-4 w-4 ${isRefreshing ? "animate-spin" : ""}`} />
|
<RefreshCw className={`h-4 w-4 ${isRefreshing ? "animate-spin" : ""}`} />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<div onClick={(e) => e.stopPropagation()} className="mt-0">
|
<div onClick={(e) => e.stopPropagation()} className="-mt-1">
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user