add new lights, add login and role to it, add services page
This commit is contained in:
18
src/components/lights/FloodPanels.vue
Normal file
18
src/components/lights/FloodPanels.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="">
|
||||
<q-card>
|
||||
<div class="row items-start">
|
||||
<q-card-section>
|
||||
<FloodPanel card-title="Left" path="FloodPanels:001" />
|
||||
</q-card-section>
|
||||
<q-card-section>
|
||||
<FloodPanel card-title="Right" path="FloodPanels:002" />
|
||||
</q-card-section>
|
||||
</div>
|
||||
</q-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import FloodPanel from './FloodPanel.vue';
|
||||
</script>
|
Reference in New Issue
Block a user