grafana/public/app/features/plugins/partials/plugin_page.html

10 lines
255 B
HTML
Raw Normal View History

<navbar icon-url="{{ctrl.appLogoUrl}}" title="{{ctrl.appModel.name}}" title-url="{{ctrl.appModel.defaultNavUrl}}">
2016-02-09 04:17:49 -06:00
</navbar>
<div class="page-container" >
<div ng-if="ctrl.page">
<plugin-component type="app-page">
</plugin-component>
2016-02-09 05:10:59 -06:00
</div>
2016-02-09 04:17:49 -06:00
</div>