diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue
index e458e2963..d9f8dfed6 100644
--- a/dashboard/src/views/PlatformPage.vue
+++ b/dashboard/src/views/PlatformPage.vue
@@ -1,62 +1,48 @@
-
-
-
-
- mdi-connection{{ tm('title') }}
+
+
+
+ mdi-connection{{ tm('title') }}
{{ tm('subtitle') }}
-
+
+
+ {{ tm('addAdapter') }}
+
-
-
-
- mdi-apps
- {{ tm('adapters') }}
- {{ config_data.platform?.length || 0 }}
-
-
- {{ tm('addAdapter') }}
-
-
+
+
+
+ mdi-connection
+ {{ tm('emptyText') }}
+
+
-
-
-
-
-
-
- mdi-tag
-
- {{ tm('details.adapterType') }}:
- {{ item.type }}
-
-
-
- mdi-key
- {{ tm('details.token') }}: ••••••••
-
-
- mdi-information-outline
- {{ item.description }}
-
-
-
-
-
+
+
+
+
+
+
+
-
+
- mdi-console-line
- {{ tm('logs.title') }}
+ mdi-console-line
+ {{ tm('logs.title') }}
{{ showConsole ? tm('logs.collapse') : tm('logs.expand') }}
@@ -99,7 +85,7 @@