Hi there,
i'm using Kibana 4.4.1 and i'm trying to insert a button to the button-group next to the searchbar with a Kibana Plug-In.
I've already developed some Plug-Ins for the navigation-bar using
uiExports: {
chromeNavControls: ....
in the index.js.
and
<ul class="nav navbar-nav navbar-right navbar-timepicker">
...
in the HTML-file defining my Plug-In.
Is there something like this class to put my Plug-In next to the search-bar?