diff --git a/nezha-fronted/src/components/common/alert/alertStateInfo.vue b/nezha-fronted/src/components/common/alert/alertStateInfo.vue index b2ac04935..9148eecb0 100644 --- a/nezha-fronted/src/components/common/alert/alertStateInfo.vue +++ b/nezha-fronted/src/components/common/alert/alertStateInfo.vue @@ -10,7 +10,7 @@
- {{$t('overall.version')}} : + Version : {{ that && that.version ? that.version : "--" }} @@ -19,27 +19,27 @@
- {{$t('overall.auth')}} + Auth
- {{$t('dashboard.overview.mapTooltip.prometheus')}} + Prometheus
- {{$t('overall.cortex')}} + Cortex
- {{$t('overall.loki')}} + Loki
- {{$t('overall.snmp_exporter')}} + SNMP exporter
- {{$t('overall.blackbox_exporter')}} + Blackbox exporter
@@ -124,7 +124,7 @@ export default { delete labelPosition.left labelPosition.right = - clientWidth - position.left - leftOffSetView - position.width * 3.5 + 'px' + clientWidth - position.left - leftOffSetView - position.width * 4 + 'px' } return labelPosition } diff --git a/nezha-fronted/src/components/common/project/popData/Info.vue b/nezha-fronted/src/components/common/project/popData/Info.vue index 6c9f981c3..5c2a24eaa 100644 --- a/nezha-fronted/src/components/common/project/popData/Info.vue +++ b/nezha-fronted/src/components/common/project/popData/Info.vue @@ -1,6 +1,6 @@