updated components cron and astro combine
This commit is contained in:
parent
394550ec45
commit
a744468049
|
|
@ -1 +1 @@
|
|||
Subproject commit d3c9a21034588a3dfa09452c88b0b7e17fda8f43
|
||||
Subproject commit bc3034b97ce2919f2a72b538815bbf0aa9ba03d8
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
<div class="cardholder">
|
||||
<SNTPCard></SNTPCard>
|
||||
<CronCard></CronCard>
|
||||
<AstroTimerCard></AstroTimerCard>
|
||||
<MQTT1Card></MQTT1Card>
|
||||
<MQTT2Card></MQTT2Card>
|
||||
</div>
|
||||
|
|
@ -13,7 +12,7 @@ import SNTPCard from "components/webguicomp/cards/SNTPCard.vue";
|
|||
import MQTT1Card from "components/webguicomp/cards/MQTT1Card.vue";
|
||||
import MQTT2Card from "components/webguicomp/cards/MQTT2Card.vue";
|
||||
import CronCard from "src/components/webguicomp/cards/CronCard.vue";
|
||||
import AstroTimerCard from "src/components/webguicomp/cards/AstroTimerCard.vue";
|
||||
|
||||
|
||||
defineOptions({
|
||||
name: 'ServicesPage'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3609a28892b68bb0e8a3abac677173bb738a4157
|
||||
Subproject commit 513c9f6b896f05c26fc69377e5cf2e5127012d03
|
||||
Loading…
Reference in New Issue
Block a user