Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 940a526

Browse files
yadvrustcweizhou
authored andcommitted
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>
1 parent 3dc4cc4 commit 940a526

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/config/section/network.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,6 @@ export default {
231231
show: (record) => { return record.issourcenat }
232232
}],
233233
actions: [
234-
{
235-
api: 'associateIpAddress',
236-
icon: 'plus',
237-
label: 'label.acquire.new.ip',
238-
listView: true,
239-
args: ['networkid']
240-
},
241234
{
242235
api: 'enableStaticNat',
243236
icon: 'plus-circle',

0 commit comments

Comments
 (0)