summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/GroupModuleGroupList.vue')
-rw-r--r--webapp/src/components/GroupModuleGroupList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/GroupModuleGroupList.vue b/webapp/src/components/GroupModuleGroupList.vue
index cda7a93..6226891 100644
--- a/webapp/src/components/GroupModuleGroupList.vue
+++ b/webapp/src/components/GroupModuleGroupList.vue
@@ -63,7 +63,7 @@ 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'), width: '200px' },
{ key: 'description', text: this.$t('description') },
{ key: 'actions', width: '60px' }