ui: Remove make redundant option for isolated networks

Fixes #4052

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2021-03-06 15:59:02 +05:30
parent 03bfe9a2a3
commit 41c2e944a6

View File

@ -86,7 +86,7 @@ export default {
icon: 'sync',
label: 'label.restart.network',
dataView: true,
args: ['cleanup', 'makeredundant'],
args: ['cleanup'],
show: (record) => record.type !== 'L2'
},
{