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

1 line
123 B
HTML
Raw Normal View History

2018-05-26 09:08:40 +00:00
<of-probe-list [pending]="pending$ | async" (select)="onSelect($event)" [probeHosts]="probeHosts$ | async"></of-probe-list>