X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/fbb16ba8e40d6b99bc7501faf4ebd934631900ca..2522490e79e9f5a5aece3e681134e0cc4cc710c5:/templates/vnc.tmpl?ds=sidebyside diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl index 131a4ea..0feb4ff 100644 --- a/templates/vnc.tmpl +++ b/templates/vnc.tmpl @@ -7,9 +7,14 @@ Console to $machine.name #def body

Console

+#if not $on +

Your machine appears to be off.

+#else if not $has_vnc +

Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?

+#end if

Here is a console to ${machine.name}.

- + @@ -17,7 +22,7 @@ Console to $machine.name - +*# #end def