diff --git a/AppImage/ProxMenux-1.2.2.1-beta.AppImage b/AppImage/ProxMenux-1.2.2.1-beta.AppImage index 318f526d..cf21e799 100755 Binary files a/AppImage/ProxMenux-1.2.2.1-beta.AppImage and b/AppImage/ProxMenux-1.2.2.1-beta.AppImage differ diff --git a/AppImage/ProxMenux-Monitor.AppImage.sha256 b/AppImage/ProxMenux-Monitor.AppImage.sha256 index 65ee738a..7a1e2e2c 100644 --- a/AppImage/ProxMenux-Monitor.AppImage.sha256 +++ b/AppImage/ProxMenux-Monitor.AppImage.sha256 @@ -1 +1 @@ -a5bbf0450fe0184f5abdd38df848a5d0a7af7ce2d42f56b41f3e80d2862f7d29 ProxMenux-1.2.2.1-beta.AppImage +ee588e46f8898925d60d56a79f5364083be4eedccc2274fd0caeb220f795ade6 ProxMenux-1.2.2.1-beta.AppImage diff --git a/AppImage/components/network-metrics.tsx b/AppImage/components/network-metrics.tsx index a863118e..739fc151 100644 --- a/AppImage/components/network-metrics.tsx +++ b/AppImage/components/network-metrics.tsx @@ -319,7 +319,7 @@ export function NetworkMetrics() { return (
{/* Network Overview Cards */} -
+
{/* ── Network Traffic (preview restyle: Down/Up dual headline + stacked bar) ── */} {(() => { const downBytes = networkData.traffic.bytes_recv || 0 diff --git a/AppImage/components/process-detail-modal.tsx b/AppImage/components/process-detail-modal.tsx index e9f35751..058e1086 100644 --- a/AppImage/components/process-detail-modal.tsx +++ b/AppImage/components/process-detail-modal.tsx @@ -135,7 +135,14 @@ export function ProcessDetailModal({ open, onOpenChange, sort }: ProcessDetailMo return ( <> - + e.preventDefault()} + > diff --git a/AppImage/components/storage-metrics.tsx b/AppImage/components/storage-metrics.tsx index dc83f57b..0567ada8 100644 --- a/AppImage/components/storage-metrics.tsx +++ b/AppImage/components/storage-metrics.tsx @@ -108,7 +108,7 @@ export function StorageMetrics() { return (
{/* Storage Overview Cards */} -
+
Total Storage diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index 74ead9af..52704792 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -690,7 +690,7 @@ export function StorageOverview() { return (
{/* Storage Summary */} -
+
{/* ── Total Storage (preview restyle: headline + stacked bar Local·Remote·Free) ── */} {(() => { const totalGB = (totalLocalCapacity || 0) + (totalRemoteCapacity || 0) diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index c7ad9646..9a709dca 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -591,7 +591,7 @@ export function SystemLogs() { )} {/* Statistics Cards */} -
+
Total Entries diff --git a/AppImage/components/system-overview.tsx b/AppImage/components/system-overview.tsx index 81da23ea..ef409571 100644 --- a/AppImage/components/system-overview.tsx +++ b/AppImage/components/system-overview.tsx @@ -401,7 +401,7 @@ export function SystemOverview() { return (
-
+
{/* ── CPU Usage (preview restyle v2: tamaño igual a System Info, bars más anchas) ── */} { } `} -
+
{/* ── Total VMs & LXCs (preview restyle: B-headline + pills, matching Overview) ── */} {(() => { const running = safeVMData.filter((vm) => vm.status === "running").length