mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user