mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
made extra vars look disabled on job results page
This commit is contained in:
@@ -176,3 +176,27 @@ job-results-standard-out {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex
|
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
|
<label class="JobResults-resultRowLabel
|
||||||
JobResults-resultRowLabel--fullWidth">
|
JobResults-resultRowLabel--fullWidth">
|
||||||
Extra Variables
|
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>
|
</label>
|
||||||
<textarea
|
<textarea
|
||||||
rows="6"
|
rows="6"
|
||||||
|
|||||||
Reference in New Issue
Block a user