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. [reviewed-by: Brian]
This commit is contained in:
parent
2f6d166247
commit
2245402615
|
|
@ -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