Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 c93a720a5 -> e9758acb5
# ignite-843 Minor fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e9758acb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e9758acb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e9758acb Branch: refs/heads/ignite-843 Commit: e9758acb5c430815e3977304ad1e738d5ccc3b20 Parents: c93a720 Author: Andrey <anovi...@gridgain.com> Authored: Thu Jul 9 14:54:56 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Thu Jul 9 14:54:56 2015 +0700 ---------------------------------------------------------------------- .../web-control-center/nodejs/controllers/models/clusters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e9758acb/modules/web-control-center/nodejs/controllers/models/clusters.json ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/controllers/models/clusters.json b/modules/web-control-center/nodejs/controllers/models/clusters.json index e6be772..c29720e 100644 --- a/modules/web-control-center/nodejs/controllers/models/clusters.json +++ b/modules/web-control-center/nodejs/controllers/models/clusters.json @@ -26,7 +26,7 @@ ], "addLink": { "label": "Add cache(s)", - "ref": "/caches" + "ref": "/configuration/caches" } }, { @@ -311,7 +311,7 @@ ], "advanced": [ { - "label": "Atomic configuration", + "label": "Atomics configuration", "tip": [ "Configuration for atomic data structures.", "Atomics are distributed across the cluster, essentially enabling performing atomic operations (such as increment-and-get or compare-and-set) with the same globally-visible value."