<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>