UI: Removed redundant IP Address Column when create Port forwarding rules (#8275)

This commit is contained in:
Oleg Chuev 2023-12-01 10:11:11 +02:00 committed by GitHub
parent 98cd3b9a24
commit 7d6dc41f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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'