bug 12707

Show notice to restart management server after editing configuration
setting

reviewed-by: sonny
This commit is contained in:
bfederle 2011-12-21 15:11:07 -08:00
parent 8e235f72ad
commit ab2963d282
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
async: true,
success: function(json) {
var item = json.updateconfigurationresponse.configuration;
cloudStack.dialog.notice({ message: 'Please restart your management server for your change to take effect.' });
args.response.success({data: item});
},
error: function(json) {