You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/11/03 09:43:16 UTC

ignite git commit: IGNITE-1828 Removed dot from caches, cluster tooltips.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 c2546098c -> 635bcff25


IGNITE-1828 Removed dot from caches, cluster tooltips.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/635bcff2
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/635bcff2
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/635bcff2

Branch: refs/heads/ignite-843-rc1
Commit: 635bcff25936de3250197014bd0f80fef56ec5cf
Parents: c254609
Author: Andrey <an...@gridgain.com>
Authored: Tue Nov 3 15:43:00 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Tue Nov 3 15:43:00 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/models/caches.json                  | 3 ++-
 .../src/main/js/controllers/models/clusters.json                | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/635bcff2/modules/control-center-web/src/main/js/controllers/models/caches.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/models/caches.json b/modules/control-center-web/src/main/js/controllers/models/caches.json
index 8f4af27..5bec6c3 100644
--- a/modules/control-center-web/src/main/js/controllers/models/caches.json
+++ b/modules/control-center-web/src/main/js/controllers/models/caches.json
@@ -199,7 +199,8 @@
           "items": "evictionPolicies",
           "hide": "backupItem.memoryMode == 'OFFHEAP_TIERED'",
           "tip": [
-            "Optional cache eviction policy. Must be set for entries to be evicted from on-heap to off-heap or swap"
+            "Optional cache eviction policy",
+            "Must be set for entries to be evicted from on-heap to off-heap or swap"
           ],
           "details": {
             "LRU": {

http://git-wip-us.apache.org/repos/asf/ignite/blob/635bcff2/modules/control-center-web/src/main/js/controllers/models/clusters.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/models/clusters.json b/modules/control-center-web/src/main/js/controllers/models/clusters.json
index 84ab2f1..222a719 100644
--- a/modules/control-center-web/src/main/js/controllers/models/clusters.json
+++ b/modules/control-center-web/src/main/js/controllers/models/clusters.json
@@ -131,7 +131,7 @@
                   "model": "addressRequestAttempts",
                   "placeholder": 2,
                   "tip": [
-                    "Number of attempts to send multicast address request.",
+                    "Number of attempts to send multicast address request",
                     "IP finder re-sends request only in case if no reply for previous request is received"
                   ]
                 },
@@ -1084,7 +1084,8 @@
           "placeholder": "Choose marshaller",
           "items": "marshallers",
           "tip": [
-            "Instance of marshaller to use in grid. If not provided, OptimizedMarshaller will be used on Java HotSpot VM, and JdkMarshaller will be used on other VMs"
+            "Instance of marshaller to use in grid",
+            "If not provided, OptimizedMarshaller will be used on Java HotSpot VM, and JdkMarshaller will be used on other VMs"
           ],
           "details": {
             "OptimizedMarshaller": {