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

[21/50] incubator-ignite git commit: IGNITE-843 Show backups only for partitioned caches.

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-1155_1
Commit: 9d3a3efce4cf91b22b0cb6fffc6b770e21cfa0d1
Parents: 3059760
Author: AKuznetsov <ak...@gridgain.com>
Authored: Thu Jul 30 16:27:30 2015 +0700
Committer: AKuznetsov <ak...@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."