Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
igoristic committed Oct 5, 2020
1 parent 1969807 commit c78e30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/monitoring/public/services/clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export function monitoringClustersProvider($injector) {
if (Legacy.shims.isCloud) {
return Promise.resolve();
}
const css = window.location.hash.split('?')[0] === '#/home' ? 'css' : 'single';
const ccs = window.location.hash.split('?')[0] === '#/home' ? 'ccs' : 'single';
return $http
.get(`../api/monitoring/v1/elasticsearch_settings/check/internal_monitoring/${css}`)
.get(`../api/monitoring/v1/elasticsearch_settings/check/internal_monitoring/${ccs}`)
.then(({ data }) => {
showInternalMonitoringToast({
legacyIndices: data.legacy_indices,
Expand Down

0 comments on commit c78e30f

Please sign in to comment.