mirror of https://github.com/grafana/grafana
created secondary button style, added a couple of variables, played with the plugins page to get the underline in place. Worth a look, but check that I was building everything properly :)
parent
18bbefee1c
commit
6721cec73f
@ -1,14 +1,13 @@ |
||||
<navbar icon="fa fa-fw fa-cubes" title="{{ctrl.appModel.name}}" title-url="apps/{{ctrl.appId}}/edit"> |
||||
<navbar icon="icon-gf icon-gf-apps" title="{{ctrl.appModel.name}}" title-url="apps/{{ctrl.appId}}/edit"> |
||||
</navbar> |
||||
|
||||
<div class="page-container"> |
||||
<div class="page-wide"> |
||||
<div class="page-header"> |
||||
<h1>{{ctrl.page.name}}</h1> |
||||
</div> |
||||
|
||||
<div ng-if="ctrl.page"> |
||||
<plugin-component type="app-page"> |
||||
</plugin-component> |
||||
</div> |
||||
|
||||
<div ng-if="ctrl.page"> |
||||
<plugin-component type="app-page"> |
||||
</plugin-component> |
||||
</div> |
||||
</div> |
||||
|
||||
Loading…
Reference in new issue