You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2019/06/05 11:08:07 UTC

[ignite] 04/31: GG-18749 Web console: Fixed template for "Eviction mode". Fixes #71.

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

amashenkov pushed a commit to branch gg-19225
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 374db46d252fffc6e973b6c9806a0dbcee2ac4a6
Author: Vasiliy Sisko <vs...@gridgain.com>
AuthorDate: Thu May 30 13:40:51 2019 +0700

    GG-18749 Web console: Fixed template for "Eviction mode". Fixes #71.
    
    (cherry picked from commit 4aa934999217763965500b6abcf67ab515400058)
---
 .../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 ca25dd0..8df0183 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>\