mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[Reporting/PDF/PNG] Hide the global header in browser capture (#30000)
* [Reporting/PDF/PNG] Hide the global header in browser capture * fix a devastating mistake
This commit is contained in:
parent
83b24e7e6d
commit
f291325d56
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<kbn-loading-indicator></kbn-loading-indicator>
|
||||
|
||||
<header-global-nav
|
||||
class="header-global-wrapper"
|
||||
class="header-global-wrapper hide-for-sharing"
|
||||
is-visible="chrome.getVisible()"
|
||||
app-title="chrome.getAppTitle()"
|
||||
data-test-subj="headerGlobalNav"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue