fix: remove port_security_enabled in edit port
remove port_security_enabled in edit port Change-Id: Ia3aa005fc1dbafc7f87b415cccd59aa34d30ee1a
This commit is contained in:
parent
6f5816efe9
commit
0177308add
@ -82,13 +82,6 @@ export class Edit extends ModalAction {
|
||||
required: true,
|
||||
// component: <MacAddressInput />,
|
||||
},
|
||||
{
|
||||
name: 'port_security_enabled',
|
||||
label: t('Port Security'),
|
||||
type: 'switch',
|
||||
required: true,
|
||||
hidden: !more,
|
||||
},
|
||||
{
|
||||
name: 'binding:vnic_type',
|
||||
label: t('Port Type'),
|
||||
|
Loading…
Reference in New Issue
Block a user