feat: udpate manage security group
When managing security groups on vm, it is prohibited to select port_security_enabled ports. Change-Id: Ib64ddce2f5f4a34f245d552073ab63429665cefd
This commit is contained in:
parent
35f57c4c25
commit
7b7f594daf
@ -136,6 +136,7 @@ export class ManageSecurityGroup extends ModalAction {
|
|||||||
isLoading: this.portStore.list.isLoading,
|
isLoading: this.portStore.list.isLoading,
|
||||||
isMulti: false,
|
isMulti: false,
|
||||||
onChange: this.onPortChange,
|
onChange: this.onPortChange,
|
||||||
|
disabledFunc: (record) => !record.port_security_enabled,
|
||||||
filterParams: [
|
filterParams: [
|
||||||
{
|
{
|
||||||
label: t('Owned Network'),
|
label: t('Owned Network'),
|
||||||
|
Loading…
Reference in New Issue
Block a user