mirror of https://github.com/apache/cloudstack.git
Fixed issue with quiescevm param on snapshot UI
CLOUDSTACK-5388
This commit is contained in:
parent
6ac7811274
commit
a2c0abe98b
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue