We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d6249 commit 5a417c5Copy full SHA for 5a417c5
src/components/UI/Controls/Navigation/MainMenu.js
@@ -17,7 +17,7 @@ import Hamburger from './Hamburger';
17
// We remove the dev port :8000 in case it's there.
18
let monitoringURL = null;
19
if (window.featureFlags.FEATURE_MONITORING) {
20
- const audienceURL = new URL(window.config.mapiAudience);
+ const audienceURL = new URL(window.config.mapiEndpoint);
21
const hostnameParts = audienceURL.host.split('.');
22
hostnameParts[0] = 'grafana';
23
audienceURL.host = hostnameParts.join('.');
0 commit comments