summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleClientList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/GroupModuleClientList.vue')
-rw-r--r--webapp/src/components/GroupModuleClientList.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/GroupModuleClientList.vue b/webapp/src/components/GroupModuleClientList.vue
index 11b31b7..e73a3fb 100644
--- a/webapp/src/components/GroupModuleClientList.vue
+++ b/webapp/src/components/GroupModuleClientList.vue
@@ -74,9 +74,9 @@ export default {
computed: {
headers () {
return [
- { key: 'id', text: this.$t('id'), width: '50px' },
+ { key: 'id', text: this.$t('id'), width: '50px', sortType: 'number' },
{ key: 'name', text: this.$t('name') },
- { key: 'ip', text: this.$t('ip'), width: '120px' },
+ { key: 'ip', text: this.$t('ip'), width: '120px', sortType: 'ipv4' },
{ key: 'mac', text: this.$t('mac'), width: '160px' },
{ key: 'uuid', text: this.$t('uuid'), width: '300px' },
{ key: 'actions', width: '60px' }