mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 00:08:02 -02:30
add use code-mirror directive for host variables; fix multiple code-mirrors on page at once
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
<at-code-mirror
|
||||
class="JobResults-resultRow"
|
||||
ng-if="vm.extraVars"
|
||||
variables="{{ vm.extraVars.value }}"
|
||||
variables="vm.extraVars.value"
|
||||
tooltip="{{ vm.extraVars.tooltip }}"
|
||||
label="{{ vm.extraVars.label }}"
|
||||
name="{{ vm.extraVars.name }}"
|
||||
@@ -361,7 +361,7 @@
|
||||
<at-code-mirror
|
||||
class="JobResults-resultRow"
|
||||
ng-if="vm.artifacts"
|
||||
variables="{{ vm.artifacts.value }}"
|
||||
variables="vm.artifacts.value"
|
||||
tooltip="{{ vm.artifacts.tooltip }}"
|
||||
label="{{ vm.artifacts.label }}"
|
||||
name="{{ vm.artifacts.name }}"
|
||||
|
||||
Reference in New Issue
Block a user