]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html
f7bc12b5be8b24c478779ac3e1cc6a37351f25a1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / helper / helper.component.html
1 <ng-template #popoverTpl>
2 <div [class]="class"
3 [innerHtml]="html">
4 </div>
5 <ng-content></ng-content>
6 </ng-template>
7 <i [ngClass]="[icons.questionCircle]"
8 aria-hidden="true"
9 [ngbPopover]="popoverTpl"
10 (click)="$event.preventDefault();">
11 </i>