mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4188: UI > volumes > download volume action - do not decode URL returned from API call.
This commit is contained in:
parent
474228b97e
commit
8fbb7d5dca
|
|
@ -981,7 +981,7 @@
|
|||
return 'label.action.download.volume';
|
||||
},
|
||||
complete: function(args) {
|
||||
var url = decodeURIComponent(args.url);
|
||||
var url = args.url;
|
||||
var htmlMsg = _l('message.download.volume');
|
||||
var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url);
|
||||
//$infoContainer.find("#info").html(htmlMsg2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue