mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
12 lines
374 B
HTML
12 lines
374 B
HTML
<div ng-show="state.help_text" class="at-Popover">
|
|
<span class="at-Popover-icon">
|
|
<i class="fa fa-question-circle"></i>
|
|
</span>
|
|
<div class="at-Popover-container">
|
|
<div class="at-Popover-arrow">
|
|
<i class="fa fa-caret-left fa-2x"></i>
|
|
</div>
|
|
<div class="at-Popover-content">{{::state.help_text}}</div>
|
|
</div>
|
|
</div>
|