test
This commit is contained in:
parent
f1808c75f9
commit
c66a2834b8
|
@ -67,8 +67,10 @@
|
|||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<p-card class="ui-map-info">
|
||||
Content
|
||||
<p-card class="ui-map-info" *ngIf="resultMsg">
|
||||
<b>Total Hosts:</b> {{resultMsg[0]}}<br />
|
||||
<b>Total Services:</b> {{resultMsg[1]}}<br />
|
||||
<b>Elapsed:</b> {{resultMsg[2]}}
|
||||
</p-card>
|
||||
</div>
|
||||
|
||||
|
@ -78,8 +80,6 @@
|
|||
</div>
|
||||
</p-sidebar>
|
||||
|
||||
<p-growl [(value)]="resultMsg" [sticky]="true"></p-growl>
|
||||
|
||||
<p-dialog header="Ping" [(visible)]="pingDisplay" [modal]="true" [responsive]="true" [width]="350" [minWidth]="200"
|
||||
[minY]="70" [maximizable]="true" [baseZIndex]="10000">
|
||||
<div *ngIf="pingResult">
|
||||
|
|
Loading…
Reference in New Issue
Block a user