From 7bce498c19e9cf5f1c734d7fa5dccc0948cbeeba Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 6 Nov 2013 15:51:53 -0800 Subject: [PATCH] CLOUDSTACK-5037: UI > Infrastructure > clusters > Settings tab > when "cpu.overprovisioning.factor" or "mem.overprovisioning.factor" is changed, pop up a warning message > change text. --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6bd51e6cc80..4b7063696ce 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -11380,7 +11380,7 @@ if (args.data.jsonObj.name == 'cpu.overprovisioning.factor' || args.data.jsonObj.name == 'mem.overprovisioning.factor') { cloudStack.dialog.notice({ - message: 'Please note - you are changing the over provisioning factor for a cluster with vms running. Please refer to the admin guide to understand the capacity calculation.' + message: 'Please note - if you are changing the over provisioning factor for a cluster with vms running, please refer to the admin guide to understand the capacity calculation.' }); }