mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-25 23:41:02 +00:00
Show on wich compute node a VM is running in the debug page
This commit is contained in:
parent
1a22fb9250
commit
4a99a172a3
@ -27,12 +27,14 @@ in futur GNS3 versions.
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>ID</td>
|
<th>ID</td>
|
||||||
|
<th>Compute</th>
|
||||||
<th>Console</th>
|
<th>Console</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for vm in project.vms.values() %}
|
{% for vm in project.vms.values() %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{vm.name}}</td>
|
<td>{{vm.name}}</td>
|
||||||
<td>{{vm.id}}</td>
|
<td>{{vm.id}}</td>
|
||||||
|
<td>{{vm.compute.id}}</td>
|
||||||
<td><a href="{{vm.console_type}}://{{vm.host}}:{{vm.console}}">Console</a>
|
<td><a href="{{vm.console_type}}://{{vm.host}}:{{vm.console}}">Console</a>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user