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