IGNITE-11716 Web console: Fixed template for "Eviction mode".
diff --git a/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug b/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
index 7016854..9fa53f5 100644
--- a/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
+++ b/frontend/app/configuration/components/page-configure-advanced/components/cluster-edit-form/templates/memory.pug
@@ -165,11 +165,11 @@
                                             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>\