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 1e37818b..0ea1f3de 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 fcf775b4..37452dc6 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 beef744f..29da8f9f 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 bd0e8b0a..55b02da8 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 1cc6e3c5..5c40ff06 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 84f5a8e3..68074a2e 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 88abe8f9..60afe191 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 8696bbda..76ae234d 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 1fda0080..3d53e16e 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 99a6030b..3f2173f4 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 0edebd76..274aa37e 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 ee9d6166..88723052 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 d9a499b6..841dda09 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 b73f2cd8..66fc38f7 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 545a64f7..49e69caf 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 f8fef839..ea1c7f9c 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 165765ae..5b02df6e 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 7ffa85d7..f1d83645 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 f1c4fa3a..17f4aa57 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 1724bbde..b9460c1d 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 cfbe2182..a05ae7ae 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 2af68acc..92dcd1bb 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 4b62e86e..d146a09e 100644 --- a/webapp/src/components/partials/WifiStationInfo.vue +++ b/webapp/src/components/partials/WifiStationInfo.vue @@ -1,75 +1,72 @@