We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9894eff commit 47b6cd1Copy full SHA for 47b6cd1
ui/src/views/dashboard/CapacityDashboard.vue
@@ -210,7 +210,7 @@
210
</chart-card>
211
</a-col>
212
<a-col :xs="{ span: 24 }" :lg="{ span: 12 }" :xl="{ span: 8 }" :xxl="{ span: 8 }">
213
- <chart-card :loading="capacityLoading" class="dashboard-card">
+ <chart-card :loading="capacityLoading" class="dashboard-storage">
214
<template #title>
215
<div class="center">
216
<h3><hdd-outlined /> {{ $t('label.storage') }}</h3>
@@ -671,6 +671,13 @@ export default {
671
min-height: 370px;
672
}
673
674
+.dashboard-storage {
675
+ width: 100%;
676
+ overflow-x:hidden;
677
+ overflow-y: scroll;
678
+ max-height: 370px;
679
+}
680
+
681
.dashboard-event {
682
width: 100%;
683
overflow-x:hidden;
0 commit comments