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
ea0f5e5f62
commit
a45acc6c50
@ -119,8 +119,8 @@ limitations under the License. -->
|
|||||||
duration.value = val;
|
duration.value = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeInstances(options: Option[]) {
|
function changeInstances(options: { id: string }[]) {
|
||||||
serviceInstanceIds.value = options.map((d: Option) => d.value);
|
serviceInstanceIds.value = options.map((d: { id: string }) => d.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
function disableEvents(item: string) {
|
function disableEvents(item: string) {
|
||||||
|
@ -54,7 +54,7 @@ limitations under the License. -->
|
|||||||
<div>
|
<div>
|
||||||
<h5 class="mb-10">{{ t("task") }}.</h5>
|
<h5 class="mb-10">{{ t("task") }}.</h5>
|
||||||
<div class="mb-10 clear item">
|
<div class="mb-10 clear item">
|
||||||
<span class="g-sm-4 grey">{{ t("id") }}:</span>
|
<span class="g-sm-4 grey">ID:</span>
|
||||||
<span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.id }}</span>
|
<span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.id }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-10 clear item">
|
<div class="mb-10 clear item">
|
||||||
|
Loading…
Reference in New Issue
Block a user