mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(access-control): fix access control panel layout (#1844)
This commit is contained in:
parent
1d24a827de
commit
2ffcb946b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue