Better wording and flow
This commit is contained in:
parent
1fa8d142d8
commit
56e0df0d58
1 changed files with 12 additions and 12 deletions
|
@ -25,7 +25,7 @@
|
||||||
<th>
|
<th>
|
||||||
<span class="context-tooltip" title="The user, robot or team that is being granted the permission"
|
<span class="context-tooltip" title="The user, robot or team that is being granted the permission"
|
||||||
bs-tooltip="tooltip.title" data-container="body">
|
bs-tooltip="tooltip.title" data-container="body">
|
||||||
Delegated User/Robot/Team
|
Applies To User/Robot/Team
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
<th>Permission</th>
|
<th>Permission</th>
|
||||||
|
@ -84,29 +84,29 @@
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr ng-show="!newForWholeOrg">
|
<tr ng-show="!newForWholeOrg">
|
||||||
<td>Creating User/Robot:</td>
|
<td>Repository Creator:</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="entity-search" namespace="organization.name" input-title="'Creating User/Robot'"
|
<span class="entity-search" namespace="organization.name" input-title="'User/Robot'"
|
||||||
is-organization="true" include-teams="false" current-entity="activatingForNew" is-persistent="true"
|
is-organization="true" include-teams="false" current-entity="activatingForNew" is-persistent="true"
|
||||||
clear-now="clearCounter">
|
clear-now="clearCounter">
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>Delegated User/Robot/Team:</td>
|
|
||||||
<td>
|
|
||||||
<span class="entity-search" namespace="organization.name" input-title="'Delegated User/Robot/Team'"
|
|
||||||
is-organization="true" include-teams="true" current-entity="delegateForNew" is-persistent="true"
|
|
||||||
clear-now="clearCounter">
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Permission:</td>
|
<td>Permission:</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="role-group" current-role="newRole" role-changed="setRoleForNew(role)" roles="roles"></span>
|
<span class="role-group" current-role="newRole" role-changed="setRoleForNew(role)" roles="roles"></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Applied To:</td>
|
||||||
|
<td>
|
||||||
|
<span class="entity-search" namespace="organization.name" input-title="'User/Robot/Team'"
|
||||||
|
is-organization="true" include-teams="true" current-entity="delegateForNew" is-persistent="true"
|
||||||
|
clear-now="clearCounter">
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
Reference in a new issue