From 04bfb5881c510aff5544f276e5a37d9316bbf249 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sat, 16 May 2026 08:12:51 +0100 Subject: [pages] added styling & improved components --- src/views/pages/dashboard/devices.pug | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/views/pages/dashboard/devices.pug') diff --git a/src/views/pages/dashboard/devices.pug b/src/views/pages/dashboard/devices.pug index 1175136..f3605c0 100644 --- a/src/views/pages/dashboard/devices.pug +++ b/src/views/pages/dashboard/devices.pug @@ -6,6 +6,8 @@ html include ../../components/head.pug + link(href="/public/css/dashboard.css" rel="stylesheet") + title Devices | Home Control body @@ -22,6 +24,8 @@ html else - each device in devices + section.devices + + each device in devices - p= JSON.stringify(device) + include ../../components/dashboard/device.pug -- cgit v1.3