From 22b7e5568c5feff08bd9dfde7e91e97a353da627 Mon Sep 17 00:00:00 2001 From: bogdan Date: Sun, 20 Aug 2023 16:11:54 +0200 Subject: [PATCH] inputs types fixed --- cards/FirmwareCard.vue | 2 +- cards/MQTT1Card.vue | 4 ++-- cards/MQTT2Card.vue | 4 ++-- cards/SystemCard.vue | 2 +- cards/WifiSetCard.vue | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cards/FirmwareCard.vue b/cards/FirmwareCard.vue index 5aa521c..cb9be32 100644 --- a/cards/FirmwareCard.vue +++ b/cards/FirmwareCard.vue @@ -9,7 +9,7 @@ - +
Current firmware version:: {{ data.fw_rev }}
Available firmware version:: {{ data.fw_rev }}
diff --git a/cards/MQTT1Card.vue b/cards/MQTT1Card.vue index ca1864c..bb1e2be 100644 --- a/cards/MQTT1Card.vue +++ b/cards/MQTT1Card.vue @@ -8,12 +8,12 @@
- + - +
diff --git a/cards/MQTT2Card.vue b/cards/MQTT2Card.vue index 237d42c..55378d0 100644 --- a/cards/MQTT2Card.vue +++ b/cards/MQTT2Card.vue @@ -8,12 +8,12 @@
- + - +
diff --git a/cards/SystemCard.vue b/cards/SystemCard.vue index de79774..1c5b227 100644 --- a/cards/SystemCard.vue +++ b/cards/SystemCard.vue @@ -8,7 +8,7 @@
- +
Device model: {{ data.model_name }}
Hardware revision: {{ data.hw_rev }}
Firmware version: {{ data.fw_rev }}
diff --git a/cards/WifiSetCard.vue b/cards/WifiSetCard.vue index e07ca53..6e5aac0 100644 --- a/cards/WifiSetCard.vue +++ b/cards/WifiSetCard.vue @@ -13,10 +13,10 @@ label="WiFi mode"> - + - +