Kibana HTML page additional elements - customization of home page

Hi there @azasypkin,

Thanks for providing the location/path. Just a few more questions, how will the implementation be in that js file? I was expecting the actual HTML file where I can insert the following code.

<div id="someID" data-widgetid="some Id Number" data-appid="some Id Num" ></div>
<link rel="stylesheet" href="some link for the css">
<script src="some link for the js"></script>

Do you think it's possible?
Those 3 lines are all I need to input in Kibana so that a footer can be shown. This footer will just contain some text and hyperlinks such as terms of use and privacy policy. It's already created and has been used in other customized web apps in our team. It's just a bit more challenging in this aspect since Kibana is a vendor application yet we also need to insert our organization's standard footer.

I hope this clears up my inquiry more. Thanks so much!