mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
make workflow extra vars look disabled
This commit is contained in:
@@ -110,3 +110,27 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-left: 20px;
|
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
|
<label class="WorkflowResults-resultRowLabel
|
||||||
WorkflowResults-resultRowLabel--fullWidth">
|
WorkflowResults-resultRowLabel--fullWidth">
|
||||||
Extra Variables
|
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>
|
</label>
|
||||||
<textarea
|
<textarea
|
||||||
rows="6"
|
rows="6"
|
||||||
|
|||||||
Reference in New Issue
Block a user