mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
update
This commit is contained in:
parent
7d1e399441
commit
6768701ead
@ -142,7 +142,7 @@ limitations under the License. -->
|
|||||||
const params = {
|
const params = {
|
||||||
serviceId: selectorStore.currentService.id,
|
serviceId: selectorStore.currentService.id,
|
||||||
serviceInstanceIds: serviceInstanceIds.value,
|
serviceInstanceIds: serviceInstanceIds.value,
|
||||||
duration: Number(duration.value),
|
duration: Number(duration.value) * 60,
|
||||||
events: asyncEvents.value,
|
events: asyncEvents.value,
|
||||||
execArgs: execArgs.value,
|
execArgs: execArgs.value,
|
||||||
};
|
};
|
||||||
|
@ -67,7 +67,7 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
<div class="mb-10 clear item">
|
<div class="mb-10 clear item">
|
||||||
<span class="g-sm-4 grey">{{ t("duration") }}:</span>
|
<span class="g-sm-4 grey">{{ t("duration") }}:</span>
|
||||||
<span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.duration }}</span>
|
<span class="g-sm-8 wba">{{ asyncProfilingStore.selectedTask.duration / 60 }}min</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-10 clear item">
|
<div class="mb-10 clear item">
|
||||||
<span class="g-sm-4 grey">{{ t("events") }}:</span>
|
<span class="g-sm-4 grey">{{ t("events") }}:</span>
|
||||||
@ -189,13 +189,6 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(
|
|
||||||
() => selectorStore.currentService,
|
|
||||||
() => {
|
|
||||||
fetchTasks();
|
|
||||||
},
|
|
||||||
);
|
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.profile-task-list {
|
.profile-task-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user