CLOUDSTACK-5037: UI > Infrastructure > clusters > Settings tab > when "cpu.overprovisioning.factor" or "mem.overprovisioning.factor" is changed, pop up a warning message > change text.

This commit is contained in:
Jessica Wang 2013-11-06 15:51:53 -08:00
parent 4f9af26bea
commit 7bce498c19
1 changed files with 1 additions and 1 deletions

View File

@ -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.'
});
}