summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/RegistrationModuleEdit.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 23:28:30 +0100
committerUdo Walter2019-02-24 23:31:05 +0100
commit68f57aba9f8fef2858c1c4df7cea394ca36ef2cd (patch)
treed9b6ea94a358126e764925c9a9c6aaf00f1c0c03 /webapp/src/components/RegistrationModuleEdit.vue
parent[webapp/webapp] fix row-count getting string instead of number (diff)
downloadbas-68f57aba9f8fef2858c1c4df7cea394ca36ef2cd.tar.gz
bas-68f57aba9f8fef2858c1c4df7cea394ca36ef2cd.tar.xz
bas-68f57aba9f8fef2858c1c4df7cea394ca36ef2cd.zip
[webapp/datatable] improved slim mode
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 712cfbc..f90295a 100644
--- a/webapp/src/components/RegistrationModuleEdit.vue
+++ b/webapp/src/components/RegistrationModuleEdit.vue
@@ -35,7 +35,7 @@
</v-flex>
<v-flex xs12 sm2 offset-sm1 style="display: flex; justify-content: center">
<v-tooltip top open-delay="800">
- <v-menu offset-y left :close-on-content-click="false" :max-width="400" lazy slot="activator">
+ <v-menu offset-y left :close-on-content-click="false" lazy slot="activator">
<v-btn slot="activator" class="info-heading-button">
<v-icon :left="groups.length > 0">device_hub</v-icon>{{ groups.length > 0 ? groups.length : '' }}
</v-btn>