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