projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Now ignore negative rights, rather than treat them as positive.
[invirt/packages/invirt-web.git]
/
templates
/
command.tmpl
diff --git
a/templates/command.tmpl
b/templates/command.tmpl
index
d7a6890
..
4ea55a5
100644
(file)
--- a/
templates/command.tmpl
+++ b/
templates/command.tmpl
@@
-7,9
+7,9
@@
$command $machine.name
#def body
#def body
-<h1>Command succesful</h1>
+<h1>Command successful</h1>
<p>$command ${machine.name} was successful.</p>
<p>$command ${machine.name} was successful.</p>
-#if $command == "Delete VM"
+#if $command == "Delete VM" or True
<p><a href="list">Return</a></p>
#else
<p><a href="info?machine_id=${machine.machine_id}">Return</a></p>
<p><a href="list">Return</a></p>
#else
<p><a href="info?machine_id=${machine.machine_id}">Return</a></p>