This commit is contained in:
Fine 2024-12-03 16:11:49 +08:00
parent ea0f5e5f62
commit a45acc6c50
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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">