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",
|
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;
|
||||||
|
@ -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;
|
||||||
|
@ -392,5 +392,6 @@ const msg = {
|
|||||||
successInstances: "成功的实例",
|
successInstances: "成功的实例",
|
||||||
profilingEvents: "异步分析事件",
|
profilingEvents: "异步分析事件",
|
||||||
execArgs: "String任务扩展",
|
execArgs: "String任务扩展",
|
||||||
|
instances: "实例",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -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();
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user