From 6ba5d04526407253d3ed98d17a27f4ae2728a8ca 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 status 12707: fixed resolved --- 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) {