diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue index c792886c..0874c020 100644 --- a/ayanova/src/views/ops-metrics.vue +++ b/ayanova/src/views/ops-metrics.vue @@ -13,6 +13,10 @@ > + + {{ $vuetify.breakpoint.name }} + + cpu & memory @@ -51,12 +55,13 @@ - + @@ -328,7 +333,8 @@ export default { data: window.$gz._.map(this.db.topTables, "value"), backgroundColor: getPalette( this.db.topTables ? this.db.topTables.length : 3 - ) + ), + minBarLength: 5 } ] };