mirror of https://github.com/apache/cloudstack.git
bug 12707
Show notice to restart management server after editing configuration setting reviewed-by: sonny
This commit is contained in:
parent
8e235f72ad
commit
ab2963d282
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue