mirror of https://github.com/apache/cloudstack.git
remove restart network button for L2 network (#686)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
22eaec4692
commit
bd28f8a848
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue