<em>No permission, will only accessable by admins.</em>
<em>No permissions. Will only be accessible by admins.</em>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
@@ -41,25 +41,14 @@
...
@@ -41,25 +41,14 @@
<divclass="gf-form-inline">
<divclass="gf-form-inline">
<divclass="gf-form">
<divclass="gf-form">
<divclass="gf-form-select-wrapper">
<divclass="gf-form-select-wrapper">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.newType"ng-options="r for r in ['User Group', 'User']"></select>
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.newType"ng-options="p.value as p.text for p in ctrl.aclTypes"ng-change="ctrl.typeChanged()"></select>