mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Footer: Single footer implementation for both react & angular pages * Export type * Updates * Use footer links in help menu * Updates & Fixes * Updated snapshot * updated snapshot
13 lines
246 B
HTML
13 lines
246 B
HTML
<div ng-if="ctrl.navModel">
|
|
<page-header model="ctrl.navModel"></page-header>
|
|
|
|
<div class="page-container">
|
|
<div ng-if="ctrl.page">
|
|
<plugin-component type="app-page">
|
|
</plugin-component>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer />
|