From ab2963d282e65ab2e140f5c2f9b6198668a5c992 Mon Sep 17 00:00:00 2001 From: bfederle Date: Wed, 21 Dec 2011 15:11:07 -0800 Subject: [PATCH] bug 12707 Show notice to restart management server after editing configuration setting reviewed-by: sonny --- ui/scripts/globalSettings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js index 31de3cbf929..e543b5926be 100644 --- a/ui/scripts/globalSettings.js +++ b/ui/scripts/globalSettings.js @@ -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) {