From b026a332545408eebd4f57805314308552ddcaaf Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sun, 10 Oct 2010 23:04:14 -0700 Subject: [PATCH] tweaked texts of labels and messages Change-Id: I3d9123dc35b2707e584db3af0bdd72d79361234b Reviewed-on: http://review.northscale.com/3203 Tested-by: Aliaksey Kandratsenka Reviewed-by: Sean Lynch --- deps/menelaus/priv/public/index.html | 8 ++------ deps/menelaus/src/menelaus_web_buckets.erl | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/deps/menelaus/priv/public/index.html b/deps/menelaus/priv/public/index.html index f14c65eef0..7483d195ea 100644 --- a/deps/menelaus/priv/public/index.html +++ b/deps/menelaus/priv/public/index.html @@ -952,8 +952,6 @@

Access Control

Memory Size

- Please note: Memcached buckets are configured with a per-node amount of - memory. Total bucket memory will change as nodes are added/removed.
Cluster quota (192 Gb)
@@ -969,7 +967,7 @@

Memory Size

- +
@@ -1504,8 +1502,6 @@

Bucket Settings

Memory Size

- Please note: Memcached buckets are configured with a per-node amount of - memory. Total bucket memory will change as nodes are added/removed.
Cluster quota (192 Gb)
@@ -1520,7 +1516,7 @@

Memory Size

Free (12 Gb)
- +
diff --git a/deps/menelaus/src/menelaus_web_buckets.erl b/deps/menelaus/src/menelaus_web_buckets.erl index 9f2410a48b..6f9656625c 100644 --- a/deps/menelaus/src/menelaus_web_buckets.erl +++ b/deps/menelaus/src/menelaus_web_buckets.erl @@ -287,7 +287,7 @@ perform_warnings_validation(ParsedProps, Errors) -> ActiveCount = length(ns_cluster_membership:active_nodes()), if ActiveCount =< X -> - Msg = <<"Warning, you do not have enough servers to support this number of replicas. If you continue, a warning message will be displayed until you add enough servers to support this number of replicas.">>, + Msg = <<"Warning, you do not have enough servers to support this number of replicas.">>, [{replicaNumber, Msg}]; true -> []