X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/fbb16ba8e40d6b99bc7501faf4ebd934631900ca..0f65fda896b70c261e8cb350f5e819b384740c9a:/templates/vnc.tmpl diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl index 131a4ea..a0b8b01 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,8 @@ Console to $machine.name - +*# #end def