mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-19 17:23:40 -05:00
Start adding kiosk view
This commit is contained in:
@@ -1,45 +1,7 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<v-navigation-drawer
|
||||
rail
|
||||
permanent>
|
||||
<v-list
|
||||
density="compact"
|
||||
nav>
|
||||
<v-list-item
|
||||
prepend-icon="mdi-information-outline"
|
||||
title="Current"
|
||||
to="/">
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
prepend-icon="mdi-chart-box-outline"
|
||||
title="Summary"
|
||||
to="summary">
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
prepend-icon="mdi-sun-thermometer"
|
||||
title="Outdoor"
|
||||
to="outdoor">
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
prepend-icon="mdi-home-analytics"
|
||||
title="Indoor"
|
||||
to="indoor">
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
prepend-icon="mdi-home-lightning-bolt-outline"
|
||||
title="Power"
|
||||
to="power">
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-navigation-drawer>
|
||||
|
||||
<v-main>
|
||||
<router-view />
|
||||
</v-main>
|
||||
<router-view></router-view>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
Reference in New Issue
Block a user