member_webapp/@overflow/noauth-probe/container/noauth-probe-list-container.component.html
2018-05-30 14:24:19 +09:00

8 lines
199 B
HTML

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