From 205f6247301a174cfd6554f5c55fa7ab5832f56f Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 7 Jul 2015 07:58:48 -0600 Subject: [PATCH] Fixes GUI crash on unset vmrun_path variable. Fixes #507. --- gns3server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3server/templates/index.html b/gns3server/templates/index.html index f0fa4304..44e8f963 100644 --- a/gns3server/templates/index.html +++ b/gns3server/templates/index.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block body %}

- Welcome to GNS 3. + Welcome to GNS3.