bug 12707

Show notice to restart management server after editing configuration
setting

status 12707: fixed resolved
This commit is contained in:
bfederle 2011-12-21 15:11:07 -08:00
parent 4831a09089
commit 6ba5d04526
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) {