mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
made extra vars look disabled on job results page
This commit is contained in:
parent
05b4d0fef6
commit
6499eb97d3
@ -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…
x
Reference in New Issue
Block a user