Kibana Dashboard top menu position changes when embedding in iFrame #107172
Labels
enhancement
New value added to drive a business result
Feature:Dashboard
Dashboard related features
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature:
When embedding a dashboard in an iFrame, with
top menu
option selected:The dashboard has the menu aligned to the right ("Full Screen", "Share", "Clone" and "Edit" options):
But once in an iFrame, the "Full Screen", "Share", "Clone" and "Edit" options get aligned to the left.
The steps to reproduce are to visualize a dashboard, copy the
iFrame code
, e.g. into index.html locally and load in the browser.Enhancement details:
The
euiHeaderLinks
in the iframe view is not the sameEuiHeader
component in the normal view. This top menu is not the same component as the normal top menu so its not a CSS issue rather than a whole different HTML.We can update the top menu to match the eui header we normally show inside a non-embedded kibana dashboard.
The text was updated successfully, but these errors were encountered: