mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 12:01:50 -05:00
12 lines
361 B
HTML
12 lines
361 B
HTML
<div ng-show="config" 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">{{::config.text}}</div>
|
|
</div>
|
|
</div>
|