From 7386c9342fb2aa0fdf17e6448412c24a2ccbb2b8 Mon Sep 17 00:00:00 2001 From: Eirene Date: Wed, 31 Jan 2024 13:43:28 +0800 Subject: [PATCH] ui: add column Connected Devices --- apps/front/src/routes/devices/+page.svelte | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/front/src/routes/devices/+page.svelte b/apps/front/src/routes/devices/+page.svelte index 584b0e4..7a4dac1 100644 --- a/apps/front/src/routes/devices/+page.svelte +++ b/apps/front/src/routes/devices/+page.svelte @@ -79,6 +79,7 @@ Name Status Comment / Fault reason + Connected Devices Actions @@ -88,6 +89,7 @@ Gateway 001 Zero power consumed + 12
Edit @@ -99,6 +101,7 @@ Gateway 002 Offline + 12
Edit @@ -110,6 +113,7 @@ Gateway 003 Too high measures + 12
Edit @@ -154,7 +158,8 @@ > Name Type - Fault reason + Comment / Fault reason + Connected Devices Actions @@ -164,6 +169,7 @@ Lamp 001 Zero power consumed + 12
Edit @@ -175,6 +181,7 @@ Lamp 002 Offline + 12
Edit @@ -186,6 +193,7 @@ Lamp 003 Too high measures + 12
Edit @@ -230,7 +238,8 @@ > Name Type - Fault reason + Comment / Fault reason + Connected Devices Actions @@ -240,6 +249,7 @@ Motion sensor 001 Zero power consumed + 12
Edit @@ -251,6 +261,7 @@ Motion sensor 002 Offline + 12
Edit @@ -262,6 +273,7 @@ Motion sensor 003 Too high measures + 12