From 7fa7167f5c32eb90f3052cc7eb850e92db63ef4e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 3 Jun 2020 00:31:55 +0000 Subject: [PATCH] --- ayanova/src/views/ops-metrics.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 } ] };