mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-06-22 20:38:35 +00:00
fix
This commit is contained in:
@@ -119,8 +119,8 @@ limitations under the License. -->
|
||||
duration.value = val;
|
||||
}
|
||||
|
||||
function changeInstances(options: Option[]) {
|
||||
serviceInstanceIds.value = options.map((d: Option) => d.value);
|
||||
function changeInstances(options: { id: string }[]) {
|
||||
serviceInstanceIds.value = options.map((d: { id: string }) => d.id);
|
||||
}
|
||||
|
||||
function disableEvents(item: string) {
|
||||
|
||||
@@ -54,7 +54,7 @@ limitations under the License. -->
|
||||
<div>
|
||||
<h5 class="mb-10">{{ t("task") }}.</h5>
|
||||
<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>
|
||||
</div>
|
||||
<div class="mb-10 clear item">
|
||||
|
||||
Reference in New Issue
Block a user