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:
Alex Corey
2019-10-11 12:03:17 -04:00
parent 31c14b005c
commit 5cf84ddb60
4 changed files with 32 additions and 13 deletions

View File

@@ -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{