summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupList.vue
diff options
context:
space:
mode:
authorUdo Walter2019-04-15 03:24:01 +0200
committerUdo Walter2019-04-15 03:24:01 +0200
commitc3853fa8b26e183fbc750e958021ee8e9709c8b4 (patch)
treedc99d46bb462135573f169bcf62b40372dd38ac2 /webapp/src/components/GroupModuleGroupList.vue
parent[eventmanager] fix null config init (diff)
downloadbas-c3853fa8b26e183fbc750e958021ee8e9709c8b4.tar.gz
bas-c3853fa8b26e183fbc750e958021ee8e9709c8b4.tar.xz
bas-c3853fa8b26e183fbc750e958021ee8e9709c8b4.zip
[webapp/datatable] add sort by number and ipv4
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' }