Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 2a2d65526 -> d18056148
# IGNITE-843 WIP on caches screen. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d1805614 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d1805614 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d1805614 Branch: refs/heads/ignite-843 Commit: d18056148bd99b5037fc99fb32447d2fe1f75771 Parents: 2a2d655 Author: AKuznetsov <[email protected]> Authored: Thu Jun 4 18:10:18 2015 +0700 Committer: AKuznetsov <[email protected]> Committed: Thu Jun 4 18:10:18 2015 +0700 ---------------------------------------------------------------------- modules/webconfig/nodejs/public/form-models/caches.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d1805614/modules/webconfig/nodejs/public/form-models/caches.json ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/public/form-models/caches.json b/modules/webconfig/nodejs/public/form-models/caches.json index 5a42ca0..92d0886 100644 --- a/modules/webconfig/nodejs/public/form-models/caches.json +++ b/modules/webconfig/nodejs/public/form-models/caches.json @@ -12,9 +12,9 @@ "placeholder": "Choose mode", "items": "modes", "tip": ["Cache modes:<br/>", - "<ul><li>Partitioned - In this mode the overall key set will be divided into partitions and all partitions will be split equally between participating nodes.</li>", - "<li>Replicated - In this mode all the keys are distributed to all participating nodes.</li>", - "<li>Local - In this mode TODO.</li></ul>"] + "<ul><li>Partitioned - in this mode the overall key set will be divided into partitions and all partitions will be split equally between participating nodes.</li>", + "<li>Replicated - in this mode all the keys are distributed to all participating nodes.</li>", + "<li>Local - in this mode caches residing on different grid nodes will not know about each other.</li></ul>"] }, { "label": "Atomicity",
