mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
parent
2e6befbd21
commit
6ac17261f6
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ export const getCollectionStatus = async (
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
console.log('OKOKOKOK');
|
|
||||||
const liveClusterUuid = skipLiveData ? null : await getLiveElasticsearchClusterUuid(req);
|
const liveClusterUuid = skipLiveData ? null : await getLiveElasticsearchClusterUuid(req);
|
||||||
const isLiveCluster = !clusterUuid || liveClusterUuid === clusterUuid;
|
const isLiveCluster = !clusterUuid || liveClusterUuid === clusterUuid;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue