From 5100c44c23b19e136cb2f4d44a37d203eeed8334 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 21 Jun 2022 20:32:43 +0200 Subject: [PATCH] webapp: Use volar formatter --- webapp/src/App.vue | 20 +- webapp/src/components/AboutView.vue | 15 +- webapp/src/components/DtuAdminView.vue | 224 ++++----- webapp/src/components/FirmwareUpgradeView.vue | 320 ++++++------- webapp/src/components/HomeView.vue | 251 +++++----- webapp/src/components/InverterAdminView.vue | 443 +++++++++--------- webapp/src/components/MqttAdminView.vue | 426 +++++++---------- webapp/src/components/MqttInfoView.vue | 187 ++++---- webapp/src/components/NavBar.vue | 172 +++---- webapp/src/components/NetworkAdminView.vue | 348 ++++++-------- webapp/src/components/NetworkInfoView.vue | 36 +- webapp/src/components/NtpAdminView.vue | 230 ++++----- webapp/src/components/NtpInfoView.vue | 133 +++--- webapp/src/components/SystemInfoView.vue | 30 +- .../components/partials/BootstrapAlert.vue | 192 ++++---- .../src/components/partials/FirmwareInfo.vue | 146 +++--- webapp/src/components/partials/FsInfo.vue | 58 +-- .../src/components/partials/HardwareInfo.vue | 84 ++-- .../components/partials/InterfaceApInfo.vue | 68 +-- .../partials/InterfaceStationInfo.vue | 100 ++-- .../partials/InverterChannelInfo.vue | 60 +-- webapp/src/components/partials/MemoryInfo.vue | 79 ++-- webapp/src/components/partials/WifiApInfo.vue | 91 ++-- .../components/partials/WifiStationInfo.vue | 123 +++-- 24 files changed, 1759 insertions(+), 2077 deletions(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 1e37818..0ea1f3d 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -1,25 +1,25 @@ diff --git a/webapp/src/components/AboutView.vue b/webapp/src/components/AboutView.vue index fcf775b..37452dc 100644 --- a/webapp/src/components/AboutView.vue +++ b/webapp/src/components/AboutView.vue @@ -1,11 +1,10 @@ \ No newline at end of file diff --git a/webapp/src/components/DtuAdminView.vue b/webapp/src/components/DtuAdminView.vue index beef744..29da8f9 100644 --- a/webapp/src/components/DtuAdminView.vue +++ b/webapp/src/components/DtuAdminView.vue @@ -1,76 +1,50 @@ \ No newline at end of file diff --git a/webapp/src/components/FirmwareUpgradeView.vue b/webapp/src/components/FirmwareUpgradeView.vue index bd0e8b0..55b02da 100644 --- a/webapp/src/components/FirmwareUpgradeView.vue +++ b/webapp/src/components/FirmwareUpgradeView.vue @@ -1,82 +1,74 @@ \ No newline at end of file diff --git a/webapp/src/components/HomeView.vue b/webapp/src/components/HomeView.vue index 1cc6e3c..5c40ff0 100644 --- a/webapp/src/components/HomeView.vue +++ b/webapp/src/components/HomeView.vue @@ -1,72 +1,48 @@ \ No newline at end of file diff --git a/webapp/src/components/InverterAdminView.vue b/webapp/src/components/InverterAdminView.vue index 84f5a8e..68074a2 100644 --- a/webapp/src/components/InverterAdminView.vue +++ b/webapp/src/components/InverterAdminView.vue @@ -1,112 +1,95 @@ \ No newline at end of file diff --git a/webapp/src/components/MqttAdminView.vue b/webapp/src/components/MqttAdminView.vue index 88abe8f..60afe19 100644 --- a/webapp/src/components/MqttAdminView.vue +++ b/webapp/src/components/MqttAdminView.vue @@ -1,213 +1,135 @@ \ No newline at end of file diff --git a/webapp/src/components/MqttInfoView.vue b/webapp/src/components/MqttInfoView.vue index 8696bbd..76ae234 100644 --- a/webapp/src/components/MqttInfoView.vue +++ b/webapp/src/components/MqttInfoView.vue @@ -1,112 +1,103 @@ \ No newline at end of file diff --git a/webapp/src/components/NavBar.vue b/webapp/src/components/NavBar.vue index 1fda008..3d53e16 100644 --- a/webapp/src/components/NavBar.vue +++ b/webapp/src/components/NavBar.vue @@ -1,109 +1,73 @@ \ No newline at end of file diff --git a/webapp/src/components/NetworkInfoView.vue b/webapp/src/components/NetworkInfoView.vue index 99a6030..3f2173f 100644 --- a/webapp/src/components/NetworkInfoView.vue +++ b/webapp/src/components/NetworkInfoView.vue @@ -1,17 +1,17 @@ \ No newline at end of file diff --git a/webapp/src/components/NtpAdminView.vue b/webapp/src/components/NtpAdminView.vue index 0edebd7..274aa37 100644 --- a/webapp/src/components/NtpAdminView.vue +++ b/webapp/src/components/NtpAdminView.vue @@ -1,69 +1,47 @@ \ No newline at end of file diff --git a/webapp/src/components/NtpInfoView.vue b/webapp/src/components/NtpInfoView.vue index ee9d616..8872305 100644 --- a/webapp/src/components/NtpInfoView.vue +++ b/webapp/src/components/NtpInfoView.vue @@ -1,82 +1,79 @@ \ No newline at end of file diff --git a/webapp/src/components/SystemInfoView.vue b/webapp/src/components/SystemInfoView.vue index d9a499b..841dda0 100644 --- a/webapp/src/components/SystemInfoView.vue +++ b/webapp/src/components/SystemInfoView.vue @@ -1,15 +1,15 @@ diff --git a/webapp/src/components/partials/BootstrapAlert.vue b/webapp/src/components/partials/BootstrapAlert.vue index b73f2cd..66fc38f 100644 --- a/webapp/src/components/partials/BootstrapAlert.vue +++ b/webapp/src/components/partials/BootstrapAlert.vue @@ -1,21 +1,9 @@ \ No newline at end of file diff --git a/webapp/src/components/partials/FirmwareInfo.vue b/webapp/src/components/partials/FirmwareInfo.vue index 545a64f..49e69ca 100644 --- a/webapp/src/components/partials/FirmwareInfo.vue +++ b/webapp/src/components/partials/FirmwareInfo.vue @@ -1,85 +1,85 @@ diff --git a/webapp/src/components/partials/FsInfo.vue b/webapp/src/components/partials/FsInfo.vue index f8fef83..ea1c7f9 100644 --- a/webapp/src/components/partials/FsInfo.vue +++ b/webapp/src/components/partials/FsInfo.vue @@ -1,42 +1,36 @@ diff --git a/webapp/src/components/partials/HardwareInfo.vue b/webapp/src/components/partials/HardwareInfo.vue index 165765a..5b02df6 100644 --- a/webapp/src/components/partials/HardwareInfo.vue +++ b/webapp/src/components/partials/HardwareInfo.vue @@ -1,53 +1,53 @@ diff --git a/webapp/src/components/partials/InterfaceApInfo.vue b/webapp/src/components/partials/InterfaceApInfo.vue index 7ffa85d..f1d8364 100644 --- a/webapp/src/components/partials/InterfaceApInfo.vue +++ b/webapp/src/components/partials/InterfaceApInfo.vue @@ -1,45 +1,45 @@ diff --git a/webapp/src/components/partials/InterfaceStationInfo.vue b/webapp/src/components/partials/InterfaceStationInfo.vue index f1c4fa3..17f4aa5 100644 --- a/webapp/src/components/partials/InterfaceStationInfo.vue +++ b/webapp/src/components/partials/InterfaceStationInfo.vue @@ -1,61 +1,61 @@ diff --git a/webapp/src/components/partials/InverterChannelInfo.vue b/webapp/src/components/partials/InverterChannelInfo.vue index 1724bbd..b9460c1 100644 --- a/webapp/src/components/partials/InverterChannelInfo.vue +++ b/webapp/src/components/partials/InverterChannelInfo.vue @@ -1,41 +1,41 @@ diff --git a/webapp/src/components/partials/MemoryInfo.vue b/webapp/src/components/partials/MemoryInfo.vue index cfbe218..a05ae7a 100644 --- a/webapp/src/components/partials/MemoryInfo.vue +++ b/webapp/src/components/partials/MemoryInfo.vue @@ -1,27 +1,28 @@ diff --git a/webapp/src/components/partials/WifiApInfo.vue b/webapp/src/components/partials/WifiApInfo.vue index 2af68ac..92dcd1b 100644 --- a/webapp/src/components/partials/WifiApInfo.vue +++ b/webapp/src/components/partials/WifiApInfo.vue @@ -1,58 +1,55 @@ diff --git a/webapp/src/components/partials/WifiStationInfo.vue b/webapp/src/components/partials/WifiStationInfo.vue index 4b62e86..d146a09 100644 --- a/webapp/src/components/partials/WifiStationInfo.vue +++ b/webapp/src/components/partials/WifiStationInfo.vue @@ -1,75 +1,72 @@