IGNITE-843 Minor fix.

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

Branch: refs/heads/ignite-843-rc3
Commit: 51ffdfd758ab030f8871ea23950b88ef77f04ee0
Parents: fc5b6ac
Author: Andrey <[email protected]>
Authored: Tue Feb 9 10:02:20 2016 +0700
Committer: Andrey <[email protected]>
Committed: Tue Feb 9 10:02:20 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/serve/mongo.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/51ffdfd7/modules/control-center-web/src/main/js/serve/mongo.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/serve/mongo.js 
b/modules/control-center-web/src/main/js/serve/mongo.js
index 9d3ade9..26cccd8 100644
--- a/modules/control-center-web/src/main/js/serve/mongo.js
+++ b/modules/control-center-web/src/main/js/serve/mongo.js
@@ -131,7 +131,7 @@ module.exports.factory = function (deepPopulatePlugin, 
passportMongo, settings,
         swapEnabled: Boolean,
 
         evictionPolicy: {
-            kind: {type: String, enum: ['LRU', 'FIFO', 'Sorted']},
+            kind: {type: String, enum: ['LRU', 'FIFO', 'SORTED']},
             LRU: {
                 batchSize: Number,
                 maxMemorySize: Number,
@@ -142,7 +142,7 @@ module.exports.factory = function (deepPopulatePlugin, 
passportMongo, settings,
                 maxMemorySize: Number,
                 maxSize: Number
             },
-            Sorted: {
+            SORTED: {
                 batchSize: Number,
                 maxMemorySize: Number,
                 maxSize: Number
@@ -220,7 +220,7 @@ module.exports.factory = function (deepPopulatePlugin, 
passportMongo, settings,
         nearConfiguration: {
             nearStartSize: Number,
             nearEvictionPolicy: {
-                kind: {type: String, enum: ['LRU', 'FIFO', 'Sorted']},
+                kind: {type: String, enum: ['LRU', 'FIFO', 'SORTED']},
                 LRU: {
                     batchSize: Number,
                     maxMemorySize: Number,
@@ -231,7 +231,7 @@ module.exports.factory = function (deepPopulatePlugin, 
passportMongo, settings,
                     maxMemorySize: Number,
                     maxSize: Number
                 },
-                Sorted: {
+                SORTED: {
                     batchSize: Number,
                     maxMemorySize: Number,
                     maxSize: Number

Reply via email to