diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
| commit | 04bfb5881c510aff5544f276e5a37d9316bbf249 (patch) | |
| tree | 0c12a2d7ee6025989064f1c6b897994c577385ec /src/views/pages/dashboard/devices.pug | |
| parent | 621ec4cb3afdae23f8aa0a093eabde20d770a75a (diff) | |
[pages] added styling & improved components
Diffstat (limited to 'src/views/pages/dashboard/devices.pug')
| -rw-r--r-- | src/views/pages/dashboard/devices.pug | 8 |
1 files changed, 6 insertions, 2 deletions
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 |
