diff options
Diffstat (limited to 'src/views/pages/dashboard/devices.pug')
| -rw-r--r-- | src/views/pages/dashboard/devices.pug | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/views/pages/dashboard/devices.pug b/src/views/pages/dashboard/devices.pug index f3605c0..a7253f8 100644 --- a/src/views/pages/dashboard/devices.pug +++ b/src/views/pages/dashboard/devices.pug @@ -12,11 +12,13 @@ html body - include ../../components/dashboard/sidebar.pug - main - h1 Devices + section.heading + + h1 Devices + + input(type="checkbox") if !devices || devices.length < 1 @@ -29,3 +31,5 @@ html each device in devices include ../../components/dashboard/device.pug + + include ../../components/dashboard/sidebar.pug |
