1
0
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:
jlmitch5 2016-12-16 13:32:41 -05:00 committed by GitHub
commit 615996f3db
2 changed files with 28 additions and 0 deletions

View File

@ -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;
}

View File

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