diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 7a24c84b..08cf4bbf 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -306,7 +306,7 @@ const msg = { keywordsOfContentLogTips: "Current storage of SkyWalking OAP server does not support this.", setEvent: "Set Event", - instanceAttributes: "Instance Attributes", + viewAttributes: "View Attributes", serviceEvents: "Service Events", select: "Select", eventID: "Event ID", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index ad575085..3b01a719 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -305,7 +305,7 @@ const msg = { "只有core/default/searchableLogsTags中定义的标记才可搜索。查看配置词汇表页面上的更多详细信息。", keywordsOfContentLogTips: "SkyWalking OAP服务器的当前存储不支持此操作", setEvent: "设置事件", - instanceAttributes: "实例属性", + viewAttributes: "实例属性", serviceEvents: "服务事件", select: "选择", eventID: "事件ID", diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index f7af803e..b2c7aa7d 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -42,20 +42,6 @@ limitations under the License. --> - - - - - {{ attr.name }}: {{ attr.value || null }} - - - No Data - - + + + + + {{ t("viewAttributes") }} + + + + {{ attr.name }}: {{ attr.value || null }} + + + + +