mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Don't render tooltips that shouldn't exist
This commit is contained in:
parent
fd4f78a64c
commit
63542c3b43
@ -1,6 +1,6 @@
|
||||
<div class="at-Row" id="row-{{ templateId }}">
|
||||
<div class="at-Row--invalid" ng-show="invalid">
|
||||
<at-popover state="invalidTooltip"></at-popover>
|
||||
<at-popover state="invalidTooltip" ng-if="invalidTooltip"></at-popover>
|
||||
</div>
|
||||
<div class="at-Row-content" ng-transclude></div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user