member_webapp/@overflow/noauth-probe/container/noauth-probe-list-container.component.html
crusader ed245412a1 ing
2018-05-28 22:40:44 +09:00

10 lines
243 B
HTML

<p-messages [(value)]="msgs"></p-messages>
<of-noauth-probe-list
[noauthProbes]="noauthProbes$ | async"
[pending]="pending$ | async"
[error]="error$ | async"
(accept)="accept($event)"
(deny)="deny($event)">
</of-noauth-probe-list>