From 0177308add9349a6a3093f0035cfecd8e3c64f58 Mon Sep 17 00:00:00 2001 From: zhuyue Date: Thu, 16 Sep 2021 15:30:35 +0800 Subject: [PATCH] fix: remove port_security_enabled in edit port remove port_security_enabled in edit port Change-Id: Ia3aa005fc1dbafc7f87b415cccd59aa34d30ee1a --- .../network/containers/VirtualAdapter/actions/Edit.jsx | 7 ------- 1 file changed, 7 deletions(-) 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'),