Repository: ignite Updated Branches: refs/heads/master 4fd6c2d8d -> 72335ae9b
IGNITE-7460 Web Console: Fixed issue with "step" param of "evictionThreshold" input. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/72335ae9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/72335ae9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/72335ae9 Branch: refs/heads/master Commit: 72335ae9b832b2fd5634716e3c2d61ea9c09c912 Parents: 4fd6c2d Author: Vasiliy Sisko <[email protected]> Authored: Mon Sep 10 16:43:10 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Mon Sep 10 16:43:10 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/app/services/Clusters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/72335ae9/modules/web-console/frontend/app/services/Clusters.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/services/Clusters.js b/modules/web-console/frontend/app/services/Clusters.js index 0228a77..e0a2ec7 100644 --- a/modules/web-console/frontend/app/services/Clusters.js +++ b/modules/web-console/frontend/app/services/Clusters.js @@ -266,7 +266,7 @@ export default class Clusters { } }, evictionThreshold: { - step: 0.05, + step: 0.001, max: 0.999, min: 0.5, default: 0.9
