From a9679b94c0821c37b6fecabfc8839b0da9453157 Mon Sep 17 00:00:00 2001 From: Steven Valdez Date: Mon, 8 Apr 2013 20:00:41 -0400 Subject: [PATCH 1/1] Added the name of machine that is being deleted --- code/templates/info.mako | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 1.7.9.5