mirror of https://github.com/apache/cloudstack.git
ui: Remove make redundant option for isolated networks
Fixes #4052 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
03bfe9a2a3
commit
41c2e944a6
|
|
@ -86,7 +86,7 @@ export default {
|
|||
icon: 'sync',
|
||||
label: 'label.restart.network',
|
||||
dataView: true,
|
||||
args: ['cleanup', 'makeredundant'],
|
||||
args: ['cleanup'],
|
||||
show: (record) => record.type !== 'L2'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue