mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b430c52006
commit
9a80712287
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ uiModules.get('kibana')
|
|||
// the job completes, that way we don't give the user a toast to download their report if they can't.
|
||||
// NOTE: this should be looking at configuration rather than the existence of a navLink
|
||||
if (core.chrome.navLinks.has('kibana:management')) {
|
||||
const managementUrl = core.chrome.navLinks.get('kibana:management').url;
|
||||
const reportingSectionUrl = `${managementUrl}/kibana/reporting`;
|
||||
const { baseUrl } = core.chrome.navLinks.get('kibana:management');
|
||||
const reportingSectionUrl = `${baseUrl}/kibana/reporting`;
|
||||
|
||||
seeReportLink = (
|
||||
<p>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue