%page expression_filter="h"/> <%inherit file="skeleton.mako" /> <%! from invirt.config import structs as config import datetime %> <%def name="title()"> VM List %def> <%def name="createForm()"> % if cant_add_vm:
${cant_add_vm}
% else:We had a problem with your request:
% elif new_machine:Congratulations! You successfully created a new VM called ${new_machine}.
% endif % endif %def> <%def name="machineRow(machine)">Name | Memory | Owner${self.fn.helppopup('Owner')} | Administrator${self.fn.helppopup('Administrator')} | IP | Uptime | VNC |
---|
You don't currently control any VMs.
% endif