mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Hide the "Read" role key from the permissions modal
This commit is contained in:
parent
d329d1807b
commit
0bde637308
@ -72,7 +72,7 @@
|
||||
<div class="AddPermissions-keyPane"
|
||||
ng-show="showKeyPane">
|
||||
<div class="AddPermissions-keyRow"
|
||||
ng-repeat="key in roleKey">
|
||||
ng-repeat="key in roleKey | filter:{name: '!Read'}">
|
||||
<div class="AddPermissions-keyName">
|
||||
{{ key.name }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user