]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / helper / helper.component.html
1 <ng-template #popoverTpl>
2 <div [innerHtml]="html"></div>
3 <ng-content></ng-content>
4 </ng-template>
5 <i class="fa fa-question-circle"
6 aria-hidden="true"
7 [popover]="popoverTpl"
8 placement="bottom"
9 container="body"
10 (click)="$event.preventDefault();"
11 [outsideClick]="true">
12 </i>