mirror of https://github.com/portainer/portainer
refactor(rbac): update RBAC name to full-length name
parent
5fda4ff9f8
commit
dc3a29ad43
|
@ -13,7 +13,7 @@
|
|||
<i class="fa fa-exclamation-circle orange-icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
The <a ui-sref="portainer.extensions.extension({id: 3})"
|
||||
tooltip-append-to-body="true" tooltip-placement="bottom" tooltip-class="portainer-tooltip"
|
||||
uib-tooltip="Feature available via an extension">RBAC extension</a>
|
||||
uib-tooltip="Feature available via an extension">Role-Based Access Control extension</a>
|
||||
is required to use this feature.
|
||||
</p>
|
||||
</span>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
ng-options="role.Name for role in ctrl.roles">
|
||||
</select>
|
||||
<span class="small text-muted" ng-if="!ctrl.rbacEnabled">
|
||||
The <a ui-sref="portainer.extensions.extension({id: 3})">RBAC extension</a> is required to select a specific role.
|
||||
The <a ui-sref="portainer.extensions.extension({id: 3})">Role-Based Access Control extension</a> is required to select a specific role.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue