X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/810f5128717fa14957fce60d04d42b15c6b87fe0..e5990205f8fad1c4299dd91729787d2b003c4081:/code/templates/list.mako?ds=sidebyside diff --git a/code/templates/list.mako b/code/templates/list.mako index 90953f0..777134f 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -9,6 +9,12 @@ VM List %def> +%if os.path.exists("/etc/invirt/motd.html"): +
${open('/etc/invirt/motd.html').read()|n}
+${cant_add_vm}
@@ -19,6 +25,7 @@ VM List % elif new_machine:Congratulations! You successfully created a new VM called ${new_machine}.
% endif + % endif %def> <%def name="machineRow(machine, dark)"> +<% + on = (machine.uptime is not None) +%>