diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index da1ccab7..109bd5ab 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -517,6 +517,8 @@ export default { }, topology: { title: "Network Topology", + normal: "Normal", + abnormal: "AbNormal", }, userActivity: { title: "User Activity", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 9ecb864b..692ed469 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -517,6 +517,8 @@ export default { }, topology: { title: "网络拓扑", + normal: "正常", + abnormal: "异常", }, userActivity: { title: "用户活动", diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index 8661b281..9f274680 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -186,7 +186,7 @@ onBeforeUnmount(() => {
-

1000

+

0

IMS {{ t('views.dashboard.overview.skim.session') }} @@ -227,9 +227,9 @@ onBeforeUnmount(() => { {{ t('views.dashboard.overview.topology.title') }} - normal: + {{ t('views.dashboard.overview.topology.normal') }}: {{ graphNodeStateNum[0] }} - abnormal: + {{ t('views.dashboard.overview.topology.abnormal') }}: {{ graphNodeStateNum[1] }}