This commit is contained in:
Fine 2024-11-27 09:56:43 +08:00
parent e8660d4d27
commit 283d922ab6
5 changed files with 5 additions and 3 deletions

View File

@ -394,5 +394,6 @@ const msg = {
successInstances: "Success Instances", successInstances: "Success Instances",
profilingEvents: "Async Profiling Events", profilingEvents: "Async Profiling Events",
execArgs: "Exec Args", execArgs: "Exec Args",
instances: "Instances",
}; };
export default msg; export default msg;

View File

@ -394,5 +394,6 @@ const msg = {
successInstances: "Success Instances", successInstances: "Success Instances",
profilingEvents: "Async Profiling Events", profilingEvents: "Async Profiling Events",
execArgs: "Exec Args", execArgs: "Exec Args",
instances: "Instances",
}; };
export default msg; export default msg;

View File

@ -392,5 +392,6 @@ const msg = {
successInstances: "成功的实例", successInstances: "成功的实例",
profilingEvents: "异步分析事件", profilingEvents: "异步分析事件",
execArgs: "String任务扩展", execArgs: "String任务扩展",
instances: "实例",
}; };
export default msg; export default msg;

View File

@ -24,7 +24,7 @@ limitations under the License. -->
<span>{{ t("delete") }}</span> <span>{{ t("delete") }}</span>
</div> </div>
</el-popover> </el-popover>
<Header :needQuery="needQuery" /> <Header />
<Content :config="props.data" /> <Content :config="props.data" />
</div> </div>
</template> </template>
@ -42,7 +42,6 @@ limitations under the License. -->
default: () => ({ graph: {} }), default: () => ({ graph: {} }),
}, },
activeIndex: { type: String, default: "" }, activeIndex: { type: String, default: "" },
needQuery: { type: Boolean, default: true },
}); });
const { t } = useI18n(); const { t } = useI18n();
const dashboardStore = useDashboardStore(); const dashboardStore = useDashboardStore();

View File

@ -64,7 +64,7 @@ limitations under the License. -->
<span class="g-sm-8 wba">{{ service }}</span> <span class="g-sm-8 wba">{{ service }}</span>
</div> </div>
<div class="mb-10 clear item"> <div class="mb-10 clear item">
<span class="g-sm-4 grey">{{ t("serviceInstanceIds") }}:</span> <span class="g-sm-4 grey">{{ t("instances") }}:</span>
<span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.serviceInstanceIds.join(", ") }}</span> <span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.serviceInstanceIds.join(", ") }}</span>
</div> </div>
<div class="mb-10 clear item"> <div class="mb-10 clear item">