source: trunk/packages/invirt-web/code/templates/command.mako @ 2737

Last change on this file since 2737 was 2737, checked in by broder, 14 years ago

Merge cherrypy-rebased branch of invirt-web into trunk.

File size: 206 bytes
Line 
1<%page expression_filter="h" />
2<%inherit file="skeleton.mako" />
3
4<%def name="title()">
5$command ${machine.name}
6</%def>
7
8<p>${command} ${machine.name} was successful.</p>
9<p><a href="list">Return</a></p>
Note: See TracBrowser for help on using the repository browser.