mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix
This commit is contained in:
parent
699057b6ed
commit
74de886231
@ -187,6 +187,10 @@ async function saveNewTask(
|
||||
ElMessage.error(res.errors);
|
||||
return;
|
||||
}
|
||||
if (!res.data.createEBPFNetworkProfiling.status) {
|
||||
ElMessage.error(res.data.createEBPFNetworkProfiling.errorReason);
|
||||
return;
|
||||
}
|
||||
await fetchTasks();
|
||||
}
|
||||
function enableInterval() {
|
||||
|
Loading…
Reference in New Issue
Block a user