Resolve #40 to make powering on/off a post.
[invirt/packages/invirt-web.git] / templates / command.tmpl
index d7a6890..4ea55a5 100644 (file)
@@ -7,9 +7,9 @@ $command $machine.name
 
 
 #def body
-<h1>Command succesful</h1>
+<h1>Command successful</h1>
 <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>