mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 12792: Fix restore VM action
status 12792: resolved fixed
This commit is contained in:
parent
ae609f6801
commit
bee3efd0d2
@ -672,11 +672,6 @@
|
|||||||
args.response.success({data:item});
|
args.response.success({data:item});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
|
||||||
notification: {
|
|
||||||
poll: function(args) {
|
|
||||||
args.complete();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -921,7 +916,7 @@
|
|||||||
},
|
},
|
||||||
notification: {
|
notification: {
|
||||||
poll: function(args) {
|
poll: function(args) {
|
||||||
args.complete();
|
args.complete({ data: { state: 'Stopped' }});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user