mirror of https://github.com/portainer/portainer
fix(access-control): fix access control panel layout (#1844)
parent
1d24a827de
commit
2ffcb946b1
|
@ -73,7 +73,7 @@
|
|||
<!-- !edit-ownership -->
|
||||
<!-- edit-ownership-choices -->
|
||||
<tr ng-if="$ctrl.state.editOwnership">
|
||||
<td colspan="2">
|
||||
<td colspan="2" style="white-space: inherit;">
|
||||
<div class="boxselector_wrapper">
|
||||
<div ng-if="$ctrl.isAdmin">
|
||||
<input type="radio" id="access_administrators" ng-model="$ctrl.formValues.Ownership" value="administrators">
|
||||
|
|
Loading…
Reference in New Issue