From 67d6440509f543704baa3d4dd84d252395133ffb Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Fri, 9 Feb 2018 03:02:47 +0000 Subject: [PATCH] Increase the memory step size to 128M The default step size is 1M which is too small. Change-Id: Ic81e7cbaf9f51f139c5b09ecf00aa133d1e603e0 --- .../container/containers/actions/workflow/workflow.service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/zun_ui/static/dashboard/container/containers/actions/workflow/workflow.service.js b/zun_ui/static/dashboard/container/containers/actions/workflow/workflow.service.js index dae25d6..1da847b 100644 --- a/zun_ui/static/dashboard/container/containers/actions/workflow/workflow.service.js +++ b/zun_ui/static/dashboard/container/containers/actions/workflow/workflow.service.js @@ -244,6 +244,7 @@ items: [ { key: "memory", + step: 128, placeholder: gettext("The container memory size in MiB.") } ]