From 4a99a172a31e47704cc0a5d685011b3a365dfc24 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 21 Apr 2016 16:18:15 +0200 Subject: [PATCH] Show on wich compute node a VM is running in the debug page --- gns3server/templates/project.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gns3server/templates/project.html b/gns3server/templates/project.html index 17ebb7f7..253c935f 100644 --- a/gns3server/templates/project.html +++ b/gns3server/templates/project.html @@ -27,12 +27,14 @@ in futur GNS3 versions. Name ID + Compute Console {% for vm in project.vms.values() %} {{vm.name}} {{vm.id}} + {{vm.compute.id}} Console {% endfor %}