mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Switch out the angular component for the new react component on the dashboard permissions editview on the settings page.
8 lines
199 B
HTML
8 lines
199 B
HTML
<page-header model="ctrl.navModel"></page-header>
|
|
|
|
<div class="page-container page-body">
|
|
<dashboard-permissions ng-if="ctrl.dashboard && ctrl.meta"
|
|
dashboardId="ctrl.dashboard.id"
|
|
/>
|
|
</div>
|