Merge "fix: remove port_security_enabled in edit port"

This commit is contained in:
Zuul 2021-09-16 08:08:49 +00:00 committed by Gerrit Code Review
commit 438bc2e6fa

View File

@ -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'),