From 4b351d097741ee1776edb9400a34555b2d627d8b Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 6 Dec 2008 00:57:20 -0500 Subject: [PATCH] point to ssh console in a paravm's info page svn path=/trunk/packages/invirt-web/; revision=1789 --- code/templates/info.tmpl | 8 ++++++-- config.todo | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index 9346129..d115955 100644 --- a/code/templates/info.tmpl +++ b/code/templates/info.tmpl @@ -20,9 +20,13 @@ Info on $machine.name -
+
#if $on - #if $has_vnc + #if not $machine.type.hvm + Console access: type + ssh $machine.name@$config.console.hostname + on Athena. (more info) + #elif $has_vnc Get Console #else VNC console not enabled; still booting? diff --git a/config.todo b/config.todo index 733ea09..a1f921c 100644 --- a/config.todo +++ b/config.todo @@ -16,3 +16,4 @@ code/templates/unauth.tmpl: https://xvm.mit.edu code/getafsgroups.py: lockers, /mit code/getafsgroups.py: use of pts for authz code/main.py: lockers, pts, in help text +code/templates/info.tmpl: "Athena" in help text; really we need to separate code/skin/messages -- 1.7.9.5