added cron card to services
This commit is contained in:
parent
92e3c1a5c0
commit
9067f1963b
|
|
@ -1 +1 @@
|
|||
Subproject commit bb86a23fc777851dfa974f4f7175d92442a6476a
|
||||
Subproject commit 5f34a17f8b12c101684a412d361d4b129d543cef
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div class="cardholder">
|
||||
<SNTPCard></SNTPCard>
|
||||
<CronCard></CronCard>
|
||||
<MQTT1Card></MQTT1Card>
|
||||
<MQTT2Card></MQTT2Card>
|
||||
</div>
|
||||
|
|
@ -10,6 +11,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";
|
||||
|
||||
defineOptions({
|
||||
name: 'ServicesPage'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e05f92cbf1a60a4a4e1e19ad6a93a0341eb32c9
|
||||
Subproject commit d9931e5605ef87a7f9a3a3896984e5d3356029d4
|
||||
Loading…
Reference in New Issue
Block a user