mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix
This commit is contained in:
parent
e8660d4d27
commit
283d922ab6
@ -394,5 +394,6 @@ const msg = {
|
||||
successInstances: "Success Instances",
|
||||
profilingEvents: "Async Profiling Events",
|
||||
execArgs: "Exec Args",
|
||||
instances: "Instances",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -394,5 +394,6 @@ const msg = {
|
||||
successInstances: "Success Instances",
|
||||
profilingEvents: "Async Profiling Events",
|
||||
execArgs: "Exec Args",
|
||||
instances: "Instances",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -392,5 +392,6 @@ const msg = {
|
||||
successInstances: "成功的实例",
|
||||
profilingEvents: "异步分析事件",
|
||||
execArgs: "String任务扩展",
|
||||
instances: "实例",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -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();
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user