<trng-repeat="acl in ctrl.items"ng-class="{'gf-form-disabled': acl.inherited}">
<trng-repeat="acl in ctrl.items"ng-class="{'gf-form-disabled': acl.inherited}">
<tdstyle="width: 100%;">
<tdstyle="width: 100%;">
...
@@ -59,6 +59,18 @@
...
@@ -59,6 +59,18 @@
</div>
</div>
</div>
</div>
<divclass="empty-list-cta">
<divclass="grafana-info-box">
<h5>What are Permissions?</h5>
<p>An Access Control List (ACL) model is used for to limit access to Dashboard Folders. A user or a Team can be assigned permissions for a folder or for a single dashboard.</p>
<p>The permissions that can be assigned for a folder/dashboard are:</p>
<p>View, Edit and Admin.</p>
Checkout the <aclass="external-link"target="_blank"href="http://docs.grafana.org/reference/dashboard_folders/">Dashboard Folders documentation</a> for more information.