diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts
index 6e242c9e..2247203c 100644
--- a/src/locales/lang/en.ts
+++ b/src/locales/lang/en.ts
@@ -111,6 +111,8 @@ const msg = {
noRoot: "Please set a root dashboard for",
noWidget: "Please add widgets.",
rename: "Rename",
+ deleteTitle: "Are you sure to delete this?",
+ rootTitle: "Are you sure to set this?",
selfObservability: "Self Observability",
satellite: "Satellite",
skyWalkingServer: "SkyWalking Server",
diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index c123689f..84a6d550 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -109,6 +109,8 @@ const msg = {
showGroup: "显示分组",
noWidget: "请添加组件",
rename: "重命名",
+ deleteTitle: "确定删除吗?",
+ rootTitle: "确定设置为Root吗?",
selfObservability: "自监控",
satellite: "Satellite",
skyWalkingServer: "SkyWalking服务",
diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue
index 14d1ac59..74e654c4 100644
--- a/src/views/dashboard/List.vue
+++ b/src/views/dashboard/List.vue
@@ -51,12 +51,12 @@ limitations under the License. -->
- {{
- scope.row.name
- }}
+
+ {{ scope.row.name }}
+
-
+
@@ -74,7 +74,7 @@ limitations under the License. -->
{{ t("rename") }}
@@ -84,7 +84,7 @@ limitations under the License. -->
-
+
{{ scope.row.isRoot ? t("setNormal") : t("setRoot") }}