diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts
index ed89f05b..ca54cf19 100644
--- a/src/locales/lang/en.ts
+++ b/src/locales/lang/en.ts
@@ -393,5 +393,6 @@ const msg = {
errorInstances: "Error Instances",
successInstances: "Success Instances",
profilingEvents: "Async Profiling Events",
+ execArgs: "Exec Args",
};
export default msg;
diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts
index 8fd5f82a..26cd958b 100644
--- a/src/locales/lang/es.ts
+++ b/src/locales/lang/es.ts
@@ -393,5 +393,6 @@ const msg = {
errorInstances: "Error Instances",
successInstances: "Success Instances",
profilingEvents: "Async Profiling Events",
+ execArgs: "Exec Args",
};
export default msg;
diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index 961c3094..981ef4ce 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -391,5 +391,6 @@ const msg = {
errorInstances: "错误的实例",
successInstances: "成功的实例",
profilingEvents: "异步分析事件",
+ execArgs: "String任务扩展",
};
export default msg;
diff --git a/src/views/dashboard/related/async-profiling/Header.vue b/src/views/dashboard/related/async-profiling/Header.vue
index b6aa687d..59ef448c 100644
--- a/src/views/dashboard/related/async-profiling/Header.vue
+++ b/src/views/dashboard/related/async-profiling/Header.vue
@@ -15,7 +15,7 @@ limitations under the License. -->
@@ -24,74 +24,25 @@ limitations under the License. -->