mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 20:11:48 -05:00
17 lines
545 B
HTML
17 lines
545 B
HTML
<div ng-show="state.help_text"
|
|
class="at-Popover"
|
|
ng-class="{ 'at-Popover--inline': inline }">
|
|
<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">
|
|
<h4 class="at-Popover-title">{{::state.label}}</h4>
|
|
<p class="at-Popover-text">{{::state.help_text}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|