X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/fbb16ba8e40d6b99bc7501faf4ebd934631900ca..fca1181fe6d3d62bc54619016f609d63fe78cf7e:/templates/vnc.tmpl diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl index 131a4ea..53de616 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