From 66d296a97b94a574e70d3ae5099d0ee15da1a87b Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 17 Oct 2022 18:23:28 +0200 Subject: [PATCH] webapp: Reorganize .vue files --- .../{partials => }/BootstrapAlert.vue | 0 .../src/components/{partials => }/DevInfo.vue | 2 +- .../components/{partials => }/EventLog.vue | 0 .../{partials => }/FirmwareInfo.vue | 0 .../src/components/{partials => }/FsInfo.vue | 0 .../{partials => }/HardwareInfo.vue | 0 .../{partials => }/InterfaceApInfo.vue | 0 .../{partials => }/InterfaceNetworkInfo.vue | 0 .../{partials => }/InverterChannelInfo.vue | 0 .../{partials => }/LimitSettingsCurrent.vue | 0 .../components/{partials => }/MemoryInfo.vue | 2 +- .../components/{partials => }/RadioInfo.vue | 0 .../components/{partials => }/WifiApInfo.vue | 0 .../{partials => }/WifiStationInfo.vue | 0 webapp/src/router/index.ts | 28 +++++++++---------- .../src/{components => views}/AboutView.vue | 0 .../{components => views}/ConfigAdminView.vue | 2 +- .../{components => views}/DtuAdminView.vue | 2 +- .../FirmwareUpgradeView.vue | 0 webapp/src/{components => views}/HomeView.vue | 8 +++--- .../InverterAdminView.vue | 2 +- .../{components => views}/MqttAdminView.vue | 2 +- .../{components => views}/MqttInfoView.vue | 0 .../NetworkAdminView.vue | 2 +- .../{components => views}/NetworkInfoView.vue | 8 +++--- .../{components => views}/NtpAdminView.vue | 2 +- .../src/{components => views}/NtpInfoView.vue | 0 .../SecurityAdminView.vue | 2 +- .../{components => views}/SystemInfoView.vue | 8 +++--- 29 files changed, 35 insertions(+), 35 deletions(-) rename webapp/src/components/{partials => }/BootstrapAlert.vue (100%) rename webapp/src/components/{partials => }/DevInfo.vue (97%) rename webapp/src/components/{partials => }/EventLog.vue (100%) rename webapp/src/components/{partials => }/FirmwareInfo.vue (100%) rename webapp/src/components/{partials => }/FsInfo.vue (100%) rename webapp/src/components/{partials => }/HardwareInfo.vue (100%) rename webapp/src/components/{partials => }/InterfaceApInfo.vue (100%) rename webapp/src/components/{partials => }/InterfaceNetworkInfo.vue (100%) rename webapp/src/components/{partials => }/InverterChannelInfo.vue (100%) rename webapp/src/components/{partials => }/LimitSettingsCurrent.vue (100%) rename webapp/src/components/{partials => }/MemoryInfo.vue (96%) rename webapp/src/components/{partials => }/RadioInfo.vue (100%) rename webapp/src/components/{partials => }/WifiApInfo.vue (100%) rename webapp/src/components/{partials => }/WifiStationInfo.vue (100%) rename webapp/src/{components => views}/AboutView.vue (100%) rename webapp/src/{components => views}/ConfigAdminView.vue (99%) rename webapp/src/{components => views}/DtuAdminView.vue (98%) rename webapp/src/{components => views}/FirmwareUpgradeView.vue (100%) rename webapp/src/{components => views}/HomeView.vue (99%) rename webapp/src/{components => views}/InverterAdminView.vue (99%) rename webapp/src/{components => views}/MqttAdminView.vue (99%) rename webapp/src/{components => views}/MqttInfoView.vue (100%) rename webapp/src/{components => views}/NetworkAdminView.vue (99%) rename webapp/src/{components => views}/NetworkInfoView.vue (89%) rename webapp/src/{components => views}/NtpAdminView.vue (99%) rename webapp/src/{components => views}/NtpInfoView.vue (100%) rename webapp/src/{components => views}/SecurityAdminView.vue (98%) rename webapp/src/{components => views}/SystemInfoView.vue (93%) diff --git a/webapp/src/components/partials/BootstrapAlert.vue b/webapp/src/components/BootstrapAlert.vue similarity index 100% rename from webapp/src/components/partials/BootstrapAlert.vue rename to webapp/src/components/BootstrapAlert.vue diff --git a/webapp/src/components/partials/DevInfo.vue b/webapp/src/components/DevInfo.vue similarity index 97% rename from webapp/src/components/partials/DevInfo.vue rename to webapp/src/components/DevInfo.vue index ce53af4..5c28f22 100644 --- a/webapp/src/components/partials/DevInfo.vue +++ b/webapp/src/components/DevInfo.vue @@ -40,7 +40,7 @@