summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleEdit.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 22:25:55 +0100
committerUdo Walter2019-02-24 22:25:55 +0100
commite0257813e6016ba8b4d2f56bc7aec9f4d9f7f2ba (patch)
tree7edf944318b8b039406cf28502c295ef5010ed0c /webapp/src/components/RegistrationModuleEdit.vue
parent[webapp/datatable] small design fixes (diff)
downloadbas-e0257813e6016ba8b4d2f56bc7aec9f4d9f7f2ba.tar.gz
bas-e0257813e6016ba8b4d2f56bc7aec9f4d9f7f2ba.tar.xz
bas-e0257813e6016ba8b4d2f56bc7aec9f4d9f7f2ba.zip
[webapp/datatable] add rowcount prop
Diffstat (limited to 'webapp/src/components/RegistrationModuleEdit.vue')
-rw-r--r--webapp/src/components/RegistrationModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/RegistrationModuleEdit.vue b/webapp/src/components/RegistrationModuleEdit.vue
index 4822dc9..0d8bab4 100644
--- a/webapp/src/components/RegistrationModuleEdit.vue
+++ b/webapp/src/components/RegistrationModuleEdit.vue
@@ -40,7 +40,7 @@
<v-icon :left="groups.length > 0">device_hub</v-icon>{{ groups.length > 0 ? groups.length : '' }}
</v-btn>
<v-card>
- <data-table v-model="groups" :headers="headers" :items="groupList" menu-mode min-width="200px"></data-table>
+ <data-table v-model="groups" :headers="headers" :items="groupList" slim row-count="6"></data-table>
</v-card>
</v-menu>
<span>{{ $t('groupRestricted') }}</span>