diff --git a/ui/src/views/dashboard/CapacityDashboard.vue b/ui/src/views/dashboard/CapacityDashboard.vue
index 4820d12fc5d..593c7a15d3c 100644
--- a/ui/src/views/dashboard/CapacityDashboard.vue
+++ b/ui/src/views/dashboard/CapacityDashboard.vue
@@ -54,16 +54,16 @@
:key="stat.type">
-
-
{{ $t(ts[stat.name]) }}
-
-
+
+
{{ $t(ts[stat.name]) }}
+
+
{{ displayData(stat.name, stat.capacityused) }} / {{ displayData(stat.name, stat.capacitytotal) }}
@@ -96,7 +96,7 @@
- {{ $t('label.view') + ' ' + $t('label.events') }}
+ {{ $t('label.view') + ' ' + $t('label.events') }}