set min limits in UI to default min limits of operator
This commit is contained in:
parent
c1443d90a7
commit
0fd42fad65
|
|
@ -408,7 +408,7 @@ new
|
||||||
ref='cpuLimit'
|
ref='cpuLimit'
|
||||||
type='number'
|
type='number'
|
||||||
placeholder='{ cpu.state.limit.initialValue }'
|
placeholder='{ cpu.state.limit.initialValue }'
|
||||||
min='256'
|
min='250'
|
||||||
required
|
required
|
||||||
value='{ cpu.state.limit.state }'
|
value='{ cpu.state.limit.state }'
|
||||||
onchange='{ cpu.state.limit.edit }'
|
onchange='{ cpu.state.limit.edit }'
|
||||||
|
|
@ -442,7 +442,7 @@ new
|
||||||
ref='memoryLimit'
|
ref='memoryLimit'
|
||||||
type='number'
|
type='number'
|
||||||
placeholder='{ memory.state.limit.initialValue }'
|
placeholder='{ memory.state.limit.initialValue }'
|
||||||
min='256'
|
min='250'
|
||||||
required
|
required
|
||||||
value='{ memory.state.limit.state }'
|
value='{ memory.state.limit.state }'
|
||||||
onchange='{ memory.state.limit.edit }'
|
onchange='{ memory.state.limit.edit }'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue