mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 06:18:09 +00:00
Update topology-summary.component.html
This commit is contained in:
@ -72,6 +72,12 @@
|
|||||||
<div class="summaryContentServers">
|
<div class="summaryContentServers">
|
||||||
<div class="nodeRow" *ngFor="let compute of computes">
|
<div class="nodeRow" *ngFor="let compute of computes">
|
||||||
<div>
|
<div>
|
||||||
|
<svg *ngIf="compute.connected" width="10" height="10">
|
||||||
|
<rect class="status_started" x="0" y="0" width="10" height="10" fill="green"></rect>
|
||||||
|
</svg>
|
||||||
|
<svg *ngIf="!compute.connected" width="10" height="10">
|
||||||
|
<rect class="status_stopped" x="0" y="0" width="10" height="10" fill="red"></rect>
|
||||||
|
</svg>
|
||||||
{{compute.name}}
|
{{compute.name}}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user