diff --git a/ui/src/components/widgets/InstanceView.vue b/ui/src/components/widgets/InstanceView.vue
index 81097f1a965..43d5e329bad 100644
--- a/ui/src/components/widgets/InstanceView.vue
+++ b/ui/src/components/widgets/InstanceView.vue
@@ -54,11 +54,11 @@
- {{`${tag.slice(0, 20)}...`}}
+ {{ `${tag.slice(0, 20)}...` }}
- {{tag}}
+ {{ tag }}
@@ -77,7 +77,6 @@
New Tag
-
@@ -164,8 +163,6 @@
-
-
@@ -195,7 +192,7 @@ export default {
osLogo: 'linux',
tags: [],
inputVisible: false,
- inputValue: '',
+ inputValue: ''
}
},
watch: {
@@ -224,7 +221,7 @@ export default {
Object.assign(this, {
tags,
inputVisible: false,
- inputValue: '',
+ inputValue: ''
})
},
diff --git a/ui/src/components/widgets/Status.vue b/ui/src/components/widgets/Status.vue
index 76e8d6bd00b..a3078110101 100644
--- a/ui/src/components/widgets/Status.vue
+++ b/ui/src/components/widgets/Status.vue
@@ -4,8 +4,8 @@
{{ text }}
-
- {{ text }}
+
+ {{ text }}