summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/IprangeModule.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/IprangeModule.vue')
-rw-r--r--webapp/src/components/IprangeModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/IprangeModule.vue b/webapp/src/components/IprangeModule.vue
index 5c37f60..bc137e7 100644
--- a/webapp/src/components/IprangeModule.vue
+++ b/webapp/src/components/IprangeModule.vue
@@ -147,7 +147,7 @@ export default {
{ key: 'id', text: this.$t('id'), width: '50px' },
{ key: 'startIp', text: this.$t('startIp'), width: '120px' },
{ key: 'endIp', text: this.$t('endIp'), width: '140px' },
- { key: 'group', text: this.$t('group'), copyKey: 'groupId', sortKey: 'groupName' },
+ { key: 'group', text: this.$t('group'), copyKey: 'groupName', sortKey: 'groupName' },
{ key: 'actions', width: '60px' }
]
},