8 lines
208 B
HTML
8 lines
208 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> -->
|