diff --git a/src/components/QuickActions/action.vue b/src/components/QuickActions/action.vue
index 8b61d9084..9481db2c4 100644
--- a/src/components/QuickActions/action.vue
+++ b/src/components/QuickActions/action.vue
@@ -47,6 +47,8 @@ export default {
computed: {
iType() {
switch (this.action.type) {
+ case 'switch':
+ return 'Switcher'
case 'switcher':
return 'Switcher'
default:
diff --git a/src/components/TableFormatters/DetailFormatter.vue b/src/components/TableFormatters/DetailFormatter.vue
index 0c7956969..21af81728 100644
--- a/src/components/TableFormatters/DetailFormatter.vue
+++ b/src/components/TableFormatters/DetailFormatter.vue
@@ -1,13 +1,15 @@
-
+
![icon]()
-
{{ iTitle }}
-
+
+ {{ iTitle }}
+
+