Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 305976051 -> 9d3a3efce
IGNITE-843 Show backups only for partitioned caches. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9d3a3efc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9d3a3efc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9d3a3efc Branch: refs/heads/ignite-843 Commit: 9d3a3efce4cf91b22b0cb6fffc6b770e21cfa0d1 Parents: 3059760 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Thu Jul 30 16:27:30 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Thu Jul 30 16:27:30 2015 +0700 ---------------------------------------------------------------------- .../control-center-web/src/main/js/controllers/models/caches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9d3a3efc/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 1cc0ae5..c3f17df 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 @@ -58,7 +58,7 @@ "label": "Backups", "type": "number", "model": "backups", - "hide": "backupItem.mode == 'LOCAL'", + "hide": "backupItem.mode != 'PARTITIONED'", "placeholder": 0, "tip": [ "Number of nodes used to back up single partition for partitioned cache."