aboutsummaryrefslogtreecommitdiff
path: root/src/views/pages/dashboard/devices.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/dashboard/devices.pug')
-rw-r--r--src/views/pages/dashboard/devices.pug8
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