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

2 lines
133 B
HTML
Raw Normal View History

2018-05-28 05:41:56 +00:00
<of-noauth-probe-list [noauthProbes]="noauthProbes$ | async" (accept)="accept($event)" (deny)="deny($event)"></of-noauth-probe-list>