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")}}