member_webapp/@overflow/noauth-probe/container/noauth-probe-list-container.component.html

10 lines
243 B
HTML
Raw Normal View History

2018-05-28 13:40:44 +00:00
<p-messages [(value)]="msgs"></p-messages>
2018-05-28 08:58:10 +00:00
<of-noauth-probe-list
[noauthProbes]="noauthProbes$ | async"
[pending]="pending$ | async"
[error]="error$ | async"
(accept)="accept($event)"
(deny)="deny($event)">
</of-noauth-probe-list>