From 43f760aa240503c6ff1555e29ae61861abadbe58 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Sat, 26 Oct 2024 21:29:38 +0200 Subject: [PATCH] webapp: apply card-table class to info view cards the cards in all information views still used a div.card-body around the table, which added a margin on all sides of the table. to achieve a unified look, these cards and tables now look the same as the inverter channel cards. --- webapp/src/components/CardElement.vue | 3 ++- webapp/src/components/FirmwareInfo.vue | 2 +- webapp/src/components/HardwareInfo.vue | 2 +- webapp/src/components/HeapDetails.vue | 2 +- webapp/src/components/InterfaceApInfo.vue | 2 +- webapp/src/components/InterfaceNetworkInfo.vue | 1 + webapp/src/components/MemoryInfo.vue | 2 +- webapp/src/components/PinInfo.vue | 2 +- webapp/src/components/RadioInfo.vue | 2 +- webapp/src/components/TaskDetails.vue | 2 +- webapp/src/components/WifiApInfo.vue | 2 +- webapp/src/components/WifiStationInfo.vue | 2 +- webapp/src/views/MqttInfoView.vue | 6 +++--- webapp/src/views/NtpInfoView.vue | 4 ++-- 14 files changed, 18 insertions(+), 16 deletions(-) diff --git a/webapp/src/components/CardElement.vue b/webapp/src/components/CardElement.vue index 0b067953..b7d7322c 100644 --- a/webapp/src/components/CardElement.vue +++ b/webapp/src/components/CardElement.vue @@ -1,5 +1,5 @@