diff --git a/fe/src/assets/style/_mcrm-block.css b/fe/src/assets/style/_mcrm-block.css
index a8f41d9..1fdef3f 100644
--- a/fe/src/assets/style/_mcrm-block.css
+++ b/fe/src/assets/style/_mcrm-block.css
@@ -35,18 +35,18 @@
}
&.block__primary {
- @apply bg-sky-300/40;
+ @apply bg-sky-300/20;
&::before {
- @apply from-sky-100/40;
+ @apply from-sky-100/20;
}
}
&.block__secondary {
- @apply bg-amber-300/40;
+ @apply bg-amber-300/20;
&::before {
- @apply from-amber-100/40;
+ @apply from-amber-100/20;
}
}
diff --git a/fe/src/components/base/AccordionComp.vue b/fe/src/components/base/AccordionComp.vue
index 5ce8b35..e185dfb 100644
--- a/fe/src/components/base/AccordionComp.vue
+++ b/fe/src/components/base/AccordionComp.vue
@@ -16,7 +16,7 @@
+
+
diff --git a/fe/src/components/dashboard/ServerView.vue b/fe/src/components/dashboard/ServerView.vue
new file mode 100644
index 0000000..e9ae1e5
--- /dev/null
+++ b/fe/src/components/dashboard/ServerView.vue
@@ -0,0 +1,133 @@
+
+ No devices found. Unlink a device or add new devices. No macros found. Edit and view your macros. No panels found. Learn how to create a panel here. Link macros to panels or view a panel.{{ server.remoteCount }} {{ server.remoteCount != 1 ? 'Devices' : 'Device' }}
+
+ {{ server.macroCount }} {{ server.macroCount != 1 ? 'Macros' : 'Macro' }}
+
+ {{ server.panelCount }} {{ server.panelCount != 1 ? 'Panels' : 'Panel' }}
+
+
+ Or manually type the IP address:
+ {{ server.ip }}/devices
+