X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/2dee827ad9edd2f7521ac10f62c72956df918e7d..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl deleted file mode 100644 index ca7d107..0000000 --- a/templates/info.tmpl +++ /dev/null @@ -1,81 +0,0 @@ -#from skeleton import skeleton -#extends skeleton - -#def title -Info on $machine.name -#end def - - -#def body -

Info

-

Info on ${machine.name}:

- - #for $key, $value in $fields - - #end for -
$key:$value
- -

Commands:

-
- - - - - - #if $on - - - - #else - - #end if - - - - - - -
- #if $on - #if $has_vnc - Console - #else - VNC is not enabled - #end if - #else - - #end if -
Boot CD:
-
-

Change settings: -#if $on -(To edit ram and disk size, turn off the machine first.) -#end if -

-
- - - - - - -#if $machine.nics - - -#end if -#if not $on - - -#end if - -
Owner:NOTE: The Owner must the name of a locker that you administer
Contact email:
Machine Name:
Hostname:.servers.csail.mit.eduNOTE: The hostname must being with "Owner_".
Ram:MB (max $max_mem)
Disk:GB (max $max_disk)WARNING: Modifying disk size may corrupt your data.
-
- -#end def