Be clear on what entities are allowed where in the prototype manager
This commit is contained in:
parent
ca934ac162
commit
c2928a96d0
1 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@
|
|||
</span>
|
||||
</th>
|
||||
<th>
|
||||
<span class="context-tooltip" title="The user 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">
|
||||
Delegated User/Team
|
||||
Delegated User/Robot/Team
|
||||
</span>
|
||||
</th>
|
||||
<th>Permission</th>
|
||||
|
@ -75,9 +75,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delegated User/Team:</td>
|
||||
<td>Delegated User/Robot/Team:</td>
|
||||
<td>
|
||||
<span class="entity-search" namespace="organization.name" input-title="'Delegated User/Robot'"
|
||||
<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>
|
||||
|
|
Reference in a new issue