mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-07-02 11:12:35 +00:00
fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user