mirror of https://github.com/apache/cloudstack.git
UI: Removed redundant IP Address Column when create Port forwarding rules (#8275)
This commit is contained in:
parent
98cd3b9a24
commit
7d6dc41f99
|
|
@ -423,11 +423,6 @@ export default {
|
|||
title: this.$t('label.displayname'),
|
||||
dataIndex: 'displayname'
|
||||
},
|
||||
{
|
||||
title: this.$t('label.ip'),
|
||||
dataIndex: 'ip',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: this.$t('label.account'),
|
||||
dataIndex: 'account'
|
||||
|
|
|
|||
Loading…
Reference in New Issue