diff --git a/src/components/dashboard/DeviceList.vue b/src/components/dashboard/DeviceList.vue
index 91fc08a..1375e2b 100755
--- a/src/components/dashboard/DeviceList.vue
+++ b/src/components/dashboard/DeviceList.vue
@@ -26,6 +26,12 @@
Device Name
+IP Address
+MAC Address
+No devices connected!
+No devices found!
diff --git a/src/styles/basicDashboard.css b/src/styles/basicDashboard.css index 3c7ba6e..bfa30bc 100644 --- a/src/styles/basicDashboard.css +++ b/src/styles/basicDashboard.css @@ -219,4 +219,17 @@ flex-direction: column; gap: 10px; } + #deviceKey, #device { + display: flex; + justify-content: space-between; + width: 100%; + padding: 5px; + p { + flex: 1; + text-align: center; + } + } + #noDevicesFound { + text-align: center; + } } \ No newline at end of file