This is an automated email from the ASF dual-hosted git repository.

akuznetsov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 93c868b  IGNITE-11716 Web console: Fixed template for "Eviction mode".
93c868b is described below

commit 93c868b4e323b33699aa51cb0330b56bd577359d
Author: Alexey Kuznetsov <akuznet...@apache.org>
AuthorDate: Thu May 30 14:05:51 2019 +0700

    IGNITE-11716 Web console: Fixed template for "Eviction mode".
---
 .../components/cluster-edit-form/templates/memory.pug          | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/modules/web-console/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
 
b/modules/web-console/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
index 7016854..9fa53f5 100644
--- 
a/modules/web-console/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
+++ 
b/modules/web-console/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
@@ -165,11 +165,11 @@ ng-show='$ctrl.available(["2.0.0", "2.3.0"])'
                                             model: '$item.pageEvictionMode',
                                             name: 
'"MemoryPolicyPageEvictionMode"',
                                             placeholder: 'DISABLED',
-                                            options: `[
-                                                {value: "DISABLED", label: 
"DISABLED"},
-                                                {value: "RANDOM_LRU", label: 
"RANDOM_LRU"},
-                                                {value: "RANDOM_2_LRU", label: 
"RANDOM_2_LRU"}
-                                            ]`,
+                                            options: '[\
+                                                {value: "DISABLED", label: 
"DISABLED"},\
+                                                {value: "RANDOM_LRU", label: 
"RANDOM_LRU"},\
+                                                {value: "RANDOM_2_LRU", label: 
"RANDOM_2_LRU"}\
+                                            ]',
                                             tip: 'An algorithm for memory 
pages eviction\
                                                  <ul>\
                                                     <li>DISABLED - Eviction is 
disabled</li>\

Reply via email to