From c9350398071c04f108f5373b828bb633d36d2f58 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 17 Jun 2022 10:39:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .../common/bottomBox/tabs/alertMessageTab.vue | 4 +- .../bottomBox/tabs/endpointQueryTab.vue | 2 +- .../common/bottomBox/tabs/endpointTab.vue | 4 +- .../common/bottomBox/tabs/terminalLogTab.vue | 2 +- .../common/detailView/list/dc/dcDetail.vue | 2 +- .../terminalLogDetail/terminalLogDetail.vue | 2 +- .../detailView/list/userDetail/userDetail.vue | 2 +- .../myDatePicker/src/panel/time-range.vue | 2 +- .../common/myDatePicker/src/panel/time.vue | 2 +- .../src/components/common/popBox/guide.vue | 2 +- .../common/project/popData/assetTable.vue | 2 +- .../common/project/popData/endpointTable.vue | 2 +- .../rightBox/administration/backupsBox.vue | 4 +- .../rightBox/administration/userBox.vue | 2 +- .../common/rightBox/editEndpointBoxNew.vue | 2 +- .../common/table/settings/dcTable.vue | 2 +- .../common/table/settings/endpointTable.vue | 2 +- .../table/settings/terminalLogTable.vue | 2 +- .../src/components/page/config/setup.vue | 2 +- .../page/config/system/notifyMethodTable.vue | 2 +- .../components/page/config/terminalLog.vue | 2 +- nezha-fronted/src/entrance/app/main.js | 232 ------------------ 23 files changed, 25 insertions(+), 256 deletions(-) diff --git a/.gitignore b/.gitignore index ca77bcb76..0c8b97f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ nezha-fronted/src/router/mergeTable.js nezha-fronted/src/components/page/dashboard/testData.js nezha-fronted/src/components/common/rightBox/tempRoghtBox.vue nezha-fronted/exportHtml/ +nezha-fronted/src/a.txt diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue index d44d6b2a2..d6b818ec7 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue @@ -4,7 +4,7 @@
{{obj.name}}
{{$t("overall.endpoint")}}
-
{{$t("asset.alerts")}}
+
{{$t("alert.alertMessage")}}
@@ -13,7 +13,7 @@
{{$t("overall.detail")}}
{{$t("asset.alerts")}}
{{$t("alert.alertMessage")}}
{{$t("overall.endpoint")}}
{{$t("overall.query")}}
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue index 6517e3993..0bc0ab118 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue @@ -22,7 +22,7 @@
{{$t("project.endpoint.endpointId")}}: {{currentEndpoint ? currentEndpoint.id : ''}}
{{$t("overall.detail")}}
-
{{$t("asset.alerts")}}
+
{{$t("alert.alertMessage")}}
{{$t("overall.query")}}
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue index 55e0b36fb..3942a70e3 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue @@ -4,13 +4,13 @@
{{obj.host}}
{{$t("overall.detail")}}
-
{{$t("asset.alerts")}}
+
{{$t("alert.alertMessage")}}
{{$t("overall.endpoint")}}
{{obj.name}}
{{$t("overall.endpoint")}}
-
{{$t("asset.alerts")}}
+
{{$t("alert.alertMessage")}}