diff --git a/ui/src/config/section/network.js b/ui/src/config/section/network.js index fe213bdb2d7..c8053ecb348 100644 --- a/ui/src/config/section/network.js +++ b/ui/src/config/section/network.js @@ -81,7 +81,8 @@ export default { icon: 'sync', label: 'label.restart.network', dataView: true, - args: ['cleanup', 'makeredundant'] + args: ['cleanup', 'makeredundant'], + show: (record) => record.type !== 'L2' }, { api: 'replaceNetworkACLList',