mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-12 00:06:29 +08:00
feat: change node select params rules (#11563)
This commit is contained in:
@@ -222,7 +222,7 @@ const formRules = ref<FormRules>({
|
||||
specifyIP: [Rules.ipv4orV6],
|
||||
restartPolicy: [Rules.requiredSelect],
|
||||
format: [Rules.requiredInput],
|
||||
pushNodes: [Rules.requiredSelect],
|
||||
nodes: [Rules.requiredSelect],
|
||||
});
|
||||
|
||||
const initFormData = () => ({
|
||||
|
||||
Reference in New Issue
Block a user