Skip to content

Commit 7d6dc41

Browse files
authored
UI: Removed redundant IP Address Column when create Port forwarding rules (#8275)
1 parent 98cd3b9 commit 7d6dc41

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ui/src/views/network/PortForwarding.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,6 @@ export default {
423423
title: this.$t('label.displayname'),
424424
dataIndex: 'displayname'
425425
},
426-
{
427-
title: this.$t('label.ip'),
428-
dataIndex: 'ip',
429-
width: 100
430-
},
431426
{
432427
title: this.$t('label.account'),
433428
dataIndex: 'account'

0 commit comments

Comments
 (0)