mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
09d2454841
commit
6ecd02ea52
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ function getWizardUrlFromCloningJob(job) {
|
|||
page = 'multi_metric';
|
||||
} else if (created === WIZARD_TYPE.POPULATION) {
|
||||
page = 'population';
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
const indexPatternId = getIndexPatternIdFromName(job.datafeed_config.indices[0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue