diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/services/Proxmox.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
11 | <strong class="danger">Error loading info!</strong> | 11 | <strong class="danger">Error loading info!</strong> |
12 | </div> | 12 | </div> |
13 | <div v-else class="metrics"> | 13 | <div v-else class="metrics"> |
14 | <span>VMs: <strong class="is-number">{{ vms.running }}</strong></span> | 14 | <span>VMs: <span class="is-number"><strong>{{ vms.running }}</strong>/{{vms.total}}</span></span> |
15 | <span>Disk: <strong class="is-number" :class="statusClass(diskUsed)">{{ diskUsed }}%</strong></span> | 15 | <span>Disk: <strong class="is-number" :class="statusClass(diskUsed)">{{ diskUsed }}%</strong></span> |
16 | <span>Mem: <strong class="is-number" :class="statusClass(memoryUsed)">{{ memoryUsed }}%</strong></span> | 16 | <span>Mem: <strong class="is-number" :class="statusClass(memoryUsed)">{{ memoryUsed }}%</strong></span> |
17 | <span>CPU: <strong class="is-number" :class="statusClass(cpuUsed)">{{ cpuUsed }}%</strong></span> | 17 | <span>CPU: <strong class="is-number" :class="statusClass(cpuUsed)">{{ cpuUsed }}%</strong></span> |