mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-27 17:26:03 +08:00
parent
124d1e8884
commit
90ba0faa77
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ const handleClose = () => {
|
|||
};
|
||||
|
||||
const rules = reactive({
|
||||
name: [Rules.requiredInput, Rules.volumeName],
|
||||
name: [Rules.requiredInput, Rules.containerName],
|
||||
image: [Rules.requiredInput],
|
||||
cpuShares: [Rules.integerNumberWith0, checkNumberRange(0, 262144)],
|
||||
nanoCPUs: [Rules.floatNumber],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue