mirror of https://github.com/apache/cloudstack.git
network: don't show acquire public IP in listview
The acquire IP feature is already implemented as a tab feature for isolated networks and VPC. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
20d3c62e44
commit
aed9e4cca6
|
|
@ -231,13 +231,6 @@ export default {
|
|||
show: (record) => { return record.issourcenat }
|
||||
}],
|
||||
actions: [
|
||||
{
|
||||
api: 'associateIpAddress',
|
||||
icon: 'plus',
|
||||
label: 'label.acquire.new.ip',
|
||||
listView: true,
|
||||
args: ['networkid']
|
||||
},
|
||||
{
|
||||
api: 'enableStaticNat',
|
||||
icon: 'plus-circle',
|
||||
|
|
|
|||
Loading…
Reference in New Issue