mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
f26d323caa
commit
28ca9c2557
1 changed files with 4 additions and 0 deletions
|
@ -354,6 +354,10 @@ export function jobsProvider(callWithRequest) {
|
|||
const exists = allJobIds.some(existsJobId => regexp.test(existsJobId));
|
||||
results[jobId] = exists;
|
||||
});
|
||||
} else {
|
||||
jobIds.forEach((jobId) => {
|
||||
results[jobId] = false;
|
||||
});
|
||||
}
|
||||
|
||||
return results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue