mirror of https://github.com/apache/cloudstack.git
bug 14030: ISO page - download ISO action - fix to show correct message ("url: ~~~") after ISO is downloaded.
This commit is contained in:
parent
a4197874c4
commit
2f69ec34cc
|
|
@ -1001,7 +1001,7 @@
|
|||
},
|
||||
complete: function(args) {
|
||||
var url = decodeURIComponent(args.url);
|
||||
var htmlMsg = _l('messge.download.ISO');
|
||||
var htmlMsg = _l('message.download.ISO');
|
||||
var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url);
|
||||
return htmlMsg2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue