fix: 网元主机ssh私钥长度3000限制
This commit is contained in:
@@ -98,7 +98,7 @@ const checkStateFrom = Form.useForm(
|
||||
{
|
||||
required: true,
|
||||
min: 1,
|
||||
max: 128,
|
||||
max: 3000,
|
||||
message: t('views.ne.neHost.privateKeyPlease'),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user