fix: fix create security group rule
Fix the error when create an other type security group rule Change-Id: I0a73d2a7f1309c1ce1bd5e630d6cb24751ee64ad
This commit is contained in:
parent
02e708e038
commit
fa29659199
@ -279,6 +279,7 @@ export class Create extends ModalAction {
|
|||||||
options: ipProtocols,
|
options: ipProtocols,
|
||||||
required: isCustomProtocol,
|
required: isCustomProtocol,
|
||||||
hidden: !isCustomProtocol,
|
hidden: !isCustomProtocol,
|
||||||
|
formRef: this.formRef,
|
||||||
help: t('Please input protocol number if it absent in select list.'),
|
help: t('Please input protocol number if it absent in select list.'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user