Fixed issue with quiescevm param on snapshot UI

CLOUDSTACK-5388
This commit is contained in:
Chris Suich 2013-12-05 16:23:07 -05:00 committed by Brian Federle
parent 6ac7811274
commit a2c0abe98b
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@
},
action: function(args) {
$.ajax({
url: createURL("createSnapshot&volumeid=" + args.context.volumes[0].id + "&quiescevm=" + args.context.quiescevm),
url: createURL("createSnapshot&volumeid=" + args.context.volumes[0].id + "&quiescevm=" + (args.data.quiescevm=='on')),
dataType: "json",
async: true,
success: function(json) {