mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 02:38:51 +00:00
8 lines
362 B
HTML
8 lines
362 B
HTML
<script>
|
|
$('iframe').load( function() {
|
|
$('iframe').contents().find("head")
|
|
.append($('<style type="text/css">.kuiLocalNav.ng-hide { display: block !important; } .kuiLocalNavRow .fullWidth { display: block !important; }</style>'));
|
|
});
|
|
</script>
|
|
|
|
<iframe ng-controller="dashboardController" src="{{dashboardURL}}" iframe-set-dimensions-onload></iframe> |