aboutsummaryrefslogtreecommitdiffstats
path: root/tools/control/web/tmpl/vd-vddr.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/control/web/tmpl/vd-vddr.tmpl')
-rw-r--r--tools/control/web/tmpl/vd-vddr.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/control/web/tmpl/vd-vddr.tmpl b/tools/control/web/tmpl/vd-vddr.tmpl
index 13925ebb8b..355c111e81 100644
--- a/tools/control/web/tmpl/vd-vddr.tmpl
+++ b/tools/control/web/tmpl/vd-vddr.tmpl
@@ -18,7 +18,7 @@ INCLUDE&vdmenu.tmpl
vd= <%= hsrw.getParameter("vd") %>
-vd= <%= root.doDeleteVirtualDisk(hsrw.getParameter("vd")) %>
+vd= <%= new CommandVdDelete(hsrw.getParameter("vd")).execute() %>
<%
root.doFlushState();