|
@@ -12,7 +12,7 @@
|
|
|
<form name="form">
|
|
<form name="form">
|
|
|
<div class="tight-form">
|
|
<div class="tight-form">
|
|
|
<ul class="tight-form-list">
|
|
<ul class="tight-form-list">
|
|
|
- <li class="tight-form-item" style="width: 160px">
|
|
|
|
|
|
|
+ <li class="tight-form-item" style="width: 127px">
|
|
|
<strong>Username or Email</strong>
|
|
<strong>Username or Email</strong>
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
@@ -22,7 +22,7 @@
|
|
|
role
|
|
role
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
|
- <select type="text" ng-model="user.role" class="input-small tight-form-input" ng-options="f for f in ['Viewer', 'Editor', 'Admin']">
|
|
|
|
|
|
|
+ <select type="text" ng-model="user.role" class="input-medium tight-form-input" ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']">
|
|
|
</select>
|
|
</select>
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
@@ -46,7 +46,7 @@
|
|
|
<td>{{user.login}}</td>
|
|
<td>{{user.login}}</td>
|
|
|
<td>{{user.email}}</td>
|
|
<td>{{user.email}}</td>
|
|
|
<td>
|
|
<td>
|
|
|
- <select type="text" ng-model="user.role" class="input-small" ng-options="f for f in ['Viewer', 'Editor', 'Admin']" ng-change="updateOrgUser(user)">
|
|
|
|
|
|
|
+ <select type="text" ng-model="user.role" class="input-medium" ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']" ng-change="updateOrgUser(user)">
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
<td style="width: 1%">
|
|
<td style="width: 1%">
|