diff --git a/ui/src/components/widgets/Breadcrumb.vue b/ui/src/components/widgets/Breadcrumb.vue
index a6f8e1e1fbf..c13c0ea7b3f 100644
--- a/ui/src/components/widgets/Breadcrumb.vue
+++ b/ui/src/components/widgets/Breadcrumb.vue
@@ -101,7 +101,6 @@ export default {
diff --git a/ui/src/views/compute/InstanceHardware.vue b/ui/src/views/compute/InstanceHardware.vue
index 2d0fe93354e..4d9dacbf606 100644
--- a/ui/src/views/compute/InstanceHardware.vue
+++ b/ui/src/views/compute/InstanceHardware.vue
@@ -75,7 +75,7 @@
{{ $t('label.physicalsize') }}
{{ (item.physicalsize / (1024 * 1024 * 1024.0)).toFixed(4) }} GB
-
+
{{ $t('label.storagepool') }}
{{ item.storage }} ({{ item.storagetype }})
diff --git a/ui/src/views/dashboard/CapacityDashboard.vue b/ui/src/views/dashboard/CapacityDashboard.vue
index f717e3d8849..4820d12fc5d 100644
--- a/ui/src/views/dashboard/CapacityDashboard.vue
+++ b/ui/src/views/dashboard/CapacityDashboard.vue
@@ -17,7 +17,7 @@
-
+
+
+
{{ displayData(stat.name, stat.capacityused) }} / {{ displayData(stat.name, stat.capacitytotal) }}
-
+
- View Hosts in Alert State
+ {{ $t('label.view') + ' ' + $t('label.host.alerts') }}
@@ -84,7 +86,7 @@
- View Alerts
+ {{ $t('label.view') + ' ' + $t('label.alerts') }}
@@ -94,7 +96,7 @@
- View Events
+ {{ $t('label.view') + ' ' + $t('label.events') }}
@@ -227,7 +229,7 @@ export default {
listEvents () {
const params = {
page: 1,
- pagesize: 6,
+ pagesize: 7,
listall: true
}
this.loading = true
diff --git a/ui/src/views/dashboard/UsageDashboard.vue b/ui/src/views/dashboard/UsageDashboard.vue
index f3f8c16131d..bde8d8c99c0 100644
--- a/ui/src/views/dashboard/UsageDashboard.vue
+++ b/ui/src/views/dashboard/UsageDashboard.vue
@@ -60,7 +60,11 @@
:xl="8">
-
View Events
+
+
+ {{ $t('label.view') + ' ' + $t('label.events') }}
+
+