diff --git a/src/pages/network/containers/VirtualAdapter/actions/Edit.jsx b/src/pages/network/containers/VirtualAdapter/actions/Edit.jsx index b0ce6580..4690d850 100644 --- a/src/pages/network/containers/VirtualAdapter/actions/Edit.jsx +++ b/src/pages/network/containers/VirtualAdapter/actions/Edit.jsx @@ -82,13 +82,6 @@ export class Edit extends ModalAction { required: true, // component: , }, - { - name: 'port_security_enabled', - label: t('Port Security'), - type: 'switch', - required: true, - hidden: !more, - }, { name: 'binding:vnic_type', label: t('Port Type'),