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",
profilingEvents: "Async Profiling Events",
execArgs: "Exec Args",
instances: "Instances",
};
export default msg;

View File

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

View File

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

View File

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

View File

@ -64,7 +64,7 @@ limitations under the License. -->
<span class="g-sm-8 wba">{{ service }}</span>
</div>
<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>
</div>
<div class="mb-10 clear item">