mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-13 19:41:48 -05:00
Sys Aud can see CG forms, Adds correct CG form link, Disables CodeMirror
This allows the System Auditor to see the container groups form in a disabled state. If the pod_spec_override has been changed that field will be open when the page renders but it will be disabled. It also greys out all code mirror text area fields for System Auditor. It adds the correct url for the Container Groups message bar to inform users of possible pitfalls associated with that feature.
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
height: calc(~"100vh - 80px");
|
||||
}
|
||||
|
||||
textarea[disabled] + div .CodeMirror-code{
|
||||
background-color: #ebebeb;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 768px){
|
||||
.NetworkingExtraVars .modal-dialog{
|
||||
|
||||
Reference in New Issue
Block a user