mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
new role Read Only Editor - admin (small fix for #2088)
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
Role
|
Role
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<select type="text" ng-model="newOrg.role" class="input-small tight-form-input" ng-options="f for f in ['Viewer', 'Editor', 'Admin']">
|
<select type="text" ng-model="newOrg.role" class="input-small tight-form-input" ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']">
|
||||||
</select>
|
</select>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
{{org.name}} <span class="label label-info" ng-show="org.orgId === user.orgId">Current</span>
|
{{org.name}} <span class="label label-info" ng-show="org.orgId === user.orgId">Current</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<select type="text" ng-model="org.role" class="input-small" ng-options="f for f in ['Viewer', 'Editor', 'Admin']" ng-change="updateOrgUser(org)">
|
<select type="text" ng-model="org.role" class="input-small" ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']" ng-change="updateOrgUser(org)">
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 1%">
|
<td style="width: 1%">
|
||||||
|
|||||||
Reference in New Issue
Block a user