From aed9e4cca67659c34955b8c38943c2f159b84870 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 18 Jun 2020 15:53:11 +0530 Subject: [PATCH] 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 --- ui/src/config/section/network.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ui/src/config/section/network.js b/ui/src/config/section/network.js index 7bfe8b4cb3a..d3fe4b72e8e 100644 --- a/ui/src/config/section/network.js +++ b/ui/src/config/section/network.js @@ -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',