add use code-mirror directive for host variables; fix multiple code-mirrors on page at once

This commit is contained in:
Keith Grant
2019-03-18 11:48:21 -04:00
parent bed63b3690
commit 5d3e39beac
9 changed files with 55 additions and 46 deletions

View File

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