Added the name of machine that is being deleted
authorSteven Valdez <dvorak42@mit.edu>
Tue, 9 Apr 2013 00:00:41 +0000 (20:00 -0400)
committerSteven Valdez <dvorak42@mit.edu>
Tue, 9 Apr 2013 00:00:41 +0000 (20:00 -0400)
code/templates/info.mako
debian/changelog

index 6d02f06..5423f3d 100644 (file)
@@ -50,7 +50,7 @@ Info on ${machine.name}
        % endif
   </div>
   <div>
        % endif
   </div>
   <div>
-       ${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')}
+       ${command_button("Delete VM", "delete", extra="onclick=\"return confirm('Are you sure that you want to delete this VM (\\\'" + machine.name + "\\\')?');\"")}
   </div>
 </%def>
 
   </div>
 </%def>
 
index 7149661..5c299a6 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.29) precise; urgency=low
+
+  * Deleting VM shows the name of the VM that is being deleted.
+
+ -- Steven Valdez <dvorak42@mit.edu>  Mon, 08 Apr 2013 19:55:53 -0400
+
 invirt-web (0.1.28) precise; urgency=low
 
   * Updated the Windows 7 license help.
 invirt-web (0.1.28) precise; urgency=low
 
   * Updated the Windows 7 license help.