bug 12792: Fix restore VM action

status 12792: resolved fixed
This commit is contained in:
bfederle 2012-02-01 09:54:52 -08:00
parent ae609f6801
commit bee3efd0d2

View File

@ -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' }});
} }
} }
}, },