projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added nc
[invirt/packages/invirt-web.git]
/
code
/
templates
/
command.mako
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>