From 0fd42fad65f933bac6a3f18e44a52e52bdc6fc09 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 3 Feb 2020 17:53:39 +0100 Subject: [PATCH] set min limits in UI to default min limits of operator --- ui/app/src/new.tag.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/src/new.tag.pug b/ui/app/src/new.tag.pug index 924170023..fe9d78226 100644 --- a/ui/app/src/new.tag.pug +++ b/ui/app/src/new.tag.pug @@ -408,7 +408,7 @@ new ref='cpuLimit' type='number' placeholder='{ cpu.state.limit.initialValue }' - min='256' + min='250' required value='{ cpu.state.limit.state }' onchange='{ cpu.state.limit.edit }' @@ -442,7 +442,7 @@ new ref='memoryLimit' type='number' placeholder='{ memory.state.limit.initialValue }' - min='256' + min='250' required value='{ memory.state.limit.state }' onchange='{ memory.state.limit.edit }'