From ac2885024569f19780206626180e9a22932167b4 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 16 Jun 2020 23:38:13 +0530 Subject: [PATCH] dashboard: fix lint issue Signed-off-by: Rohit Yadav --- ui/src/views/dashboard/CapacityDashboard.vue | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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]) }}

+ +
@@ -96,7 +96,7 @@