mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
don't show code-mirror tooltip icon if no tooltip provided
This commit is contained in:
parent
b6d8f9c6f6
commit
ac890b8cda
@ -13,7 +13,8 @@
|
||||
class="help-link"
|
||||
data-original-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>
|
||||
</a>
|
||||
<div class="atCodeMirror-toggleContainer FormToggle-container">
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
class="Form-textArea Form-formGroup--fullWidth"
|
||||
label="facts"
|
||||
variables="facts"
|
||||
tooltip=""
|
||||
disabled="true"
|
||||
></at-code-mirror>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user