wazuh-kibana-app/public/templates/dashboards.html

8 lines
362 B
HTML
Raw Normal View History

2017-02-08 14:35:01 +00:00
<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>'));
2017-02-08 14:35:01 +00:00
});
</script>
2016-09-20 10:56:07 +00:00
2017-02-08 14:35:01 +00:00
<iframe ng-controller="dashboardController" src="{{dashboardURL}}" iframe-set-dimensions-onload></iframe>