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/12 10:20:55 UTC

ignite git commit: IGNITE-843 Removed random eviction policy.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 0534a40b8 -> a4819e7a5


IGNITE-843 Removed random eviction policy.


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

Branch: refs/heads/ignite-843-rc1
Commit: a4819e7a56d6bcd89ac454cc350012ac8d4b47ba
Parents: 0534a40
Author: Andrey <an...@gridgain.com>
Authored: Thu Nov 12 16:20:35 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Thu Nov 12 16:20:35 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/caches-controller.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a4819e7a/modules/control-center-web/src/main/js/controllers/caches-controller.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/caches-controller.js b/modules/control-center-web/src/main/js/controllers/caches-controller.js
index 3be08e1..547a8ed 100644
--- a/modules/control-center-web/src/main/js/controllers/caches-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/caches-controller.js
@@ -81,7 +81,6 @@ consoleModule.controller('cachesController', [
 
             $scope.evictionPolicies = [
                 {value: 'LRU', label: 'LRU'},
-                {value: 'RND', label: 'Random'},
                 {value: 'FIFO', label: 'FIFO'},
                 {value: 'SORTED', label: 'Sorted'},
                 {value: undefined, label: 'Not set'}