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