mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
make workflow extra vars look disabled
This commit is contained in:
parent
67b9960d5a
commit
d8e94f3f15
@ -110,3 +110,27 @@
|
||||
text-transform: uppercase;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.WorkflowResults-extraVarsHelp {
|
||||
margin-left: 10px;
|
||||
color: @default-icon;
|
||||
}
|
||||
|
||||
.WorkflowResults .CodeMirror.cm-s-default,
|
||||
.WorkflowResults .CodeMirror-line {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.WorkflowResults .CodeMirror-gutter.CodeMirror-lint-markers,
|
||||
.WorkflowResults .CodeMirror-gutter.CodeMirror-linenumbers {
|
||||
background-color: #ebebeb;
|
||||
color: @b7grey;
|
||||
}
|
||||
|
||||
.WorkflowResults .CodeMirror-lines {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.WorkflowResults .CodeMirror-cursors {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -121,6 +121,10 @@
|
||||
<label class="WorkflowResults-resultRowLabel
|
||||
WorkflowResults-resultRowLabel--fullWidth">
|
||||
Extra Variables
|
||||
<i class="WorkflowResults-extraVarsHelp fa fa-question-circle"
|
||||
aw-tool-tip="Read only view of extra variables added to the workflow."
|
||||
data-placement="top">
|
||||
</i>
|
||||
</label>
|
||||
<textarea
|
||||
rows="6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user