mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
don't show code-mirror tooltip icon if no tooltip provided
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
class="help-link"
|
class="help-link"
|
||||||
data-original-title="{{ label || vm.strings.get('code_mirror.label.VARIABLES') }}"
|
data-original-title="{{ label || vm.strings.get('code_mirror.label.VARIABLES') }}"
|
||||||
title="{{ label || vm.strings.get('code_mirror.label.VARIABLES') }}"
|
title="{{ label || vm.strings.get('code_mirror.label.VARIABLES') }}"
|
||||||
tabindex="-1">
|
tabindex="-1"
|
||||||
|
ng-if="tooltip">
|
||||||
<i class="fa fa-question-circle"></i>
|
<i class="fa fa-question-circle"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="atCodeMirror-toggleContainer FormToggle-container">
|
<div class="atCodeMirror-toggleContainer FormToggle-container">
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
class="Form-textArea Form-formGroup--fullWidth"
|
class="Form-textArea Form-formGroup--fullWidth"
|
||||||
label="facts"
|
label="facts"
|
||||||
variables="facts"
|
variables="facts"
|
||||||
tooltip=""
|
|
||||||
disabled="true"
|
disabled="true"
|
||||||
></at-code-mirror>
|
></at-code-mirror>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user