From: Steven Valdez Date: Tue, 9 Apr 2013 00:00:41 +0000 (-0400) Subject: Added the name of machine that is being deleted X-Git-Tag: 0.1.30~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a9679b94c0821c37b6fecabfc8839b0da9453157?hp=a3da7445fa7d11b899fed44478c3c6ed85a85539 Added the name of machine that is being deleted --- diff --git a/code/templates/info.mako b/code/templates/info.mako index 6d02f06..5423f3d 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -50,7 +50,7 @@ Info on ${machine.name} % endif
- ${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 + "\\\')?');\"")}
diff --git a/debian/changelog b/debian/changelog index 7149661..5c299a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 08 Apr 2013 19:55:53 -0400 + invirt-web (0.1.28) precise; urgency=low * Updated the Windows 7 license help.