mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #4485 from jlmitch5/disabledExtravars
Mad extravars look disabled
This commit is contained in:
commit
615996f3db
@ -176,3 +176,27 @@ job-results-standard-out {
|
||||
flex: 1;
|
||||
display: flex
|
||||
}
|
||||
|
||||
.JobResults-extraVarsHelp {
|
||||
margin-left: 10px;
|
||||
color: @default-icon;
|
||||
}
|
||||
|
||||
.JobResults .CodeMirror.cm-s-default,
|
||||
.JobResults .CodeMirror-line {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.JobResults .CodeMirror-gutter.CodeMirror-lint-markers,
|
||||
.JobResults .CodeMirror-gutter.CodeMirror-linenumbers {
|
||||
background-color: #ebebeb;
|
||||
color: @b7grey;
|
||||
}
|
||||
|
||||
.JobResults .CodeMirror-lines {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.JobResults .CodeMirror-cursors {
|
||||
display: none;
|
||||
}
|
||||
|
@ -353,6 +353,10 @@
|
||||
<label class="JobResults-resultRowLabel
|
||||
JobResults-resultRowLabel--fullWidth">
|
||||
Extra Variables
|
||||
<i class="JobResults-extraVarsHelp fa fa-question-circle"
|
||||
aw-tool-tip="Read only view of extra variables added to the job template."
|
||||
data-placement="top">
|
||||
</i>
|
||||
</label>
|
||||
<textarea
|
||||
rows="6"
|
||||
|
Loading…
Reference in New Issue
Block a user