mirror of https://github.com/apache/cloudstack.git
bug 14586: cloudstack 3.0 UI - fix a bug that Download Template action didn't pop up a dialog box showing download URL.
This commit is contained in:
parent
fdf5cc420c
commit
3aed5ee830
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
if (messages.complete) {
|
||||
cloudStack.dialog.notice({
|
||||
message: messages.complete(args.data)
|
||||
message: messages.complete(args2.data)
|
||||
});
|
||||
}
|
||||
if (additional && additional.complete) additional.complete($.extend(true, args, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue