probe-list/detail modified
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<p-overlayPanel #op *ngIf="infraHostIPs && infraHostIPs.length > 1">
|
||||
<div *ngFor="let ip of infraHostIPs">
|
||||
{{ip.address}}
|
||||
</div>
|
||||
</p-overlayPanel>
|
||||
|
||||
<a style="cursor: pointer; text-decoration: underline" (click)="op.toggle($event)">{{infraHostIPs[0].address}}</a>
|
||||
Reference in New Issue
Block a user