From: luixal Date: Sat, 8 Oct 2022 19:33:35 +0000 (+0200) Subject: Adds total count for VMs. X-Git-Tag: v22.10.1^0 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e274807602356d8094295888a7bb0586e7dbb4a3;p=github%2Fbastienwirtz%2Fhomer.git Adds total count for VMs. --- diff --git a/src/components/services/Proxmox.vue b/src/components/services/Proxmox.vue index 38d09d3..981bdf1 100644 --- a/src/components/services/Proxmox.vue +++ b/src/components/services/Proxmox.vue @@ -11,7 +11,7 @@ Error loading info!
- VMs: {{ vms.running }} + VMs: {{ vms.running }}/{{vms.total}} Disk: {{ diskUsed }}% Mem: {{ memoryUsed }}% CPU: {{ cpuUsed }}%