mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-03 14:55:20 +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