summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModule.vue
diff options
context:
space:
mode:
authorUdo Walter2019-01-16 18:54:58 +0100
committerUdo Walter2019-01-16 18:54:58 +0100
commitb8da9b16ab89bd8d781481ae6bfc5a3c63641618 (patch)
tree309ba0dcc6666a2f1c32ccdbf889ecd615be756a /webapp/src/components/ConfiguratorModule.vue
parent[webapp] small bugfixes (diff)
downloadbas-b8da9b16ab89bd8d781481ae6bfc5a3c63641618.tar.gz
bas-b8da9b16ab89bd8d781481ae6bfc5a3c63641618.tar.xz
bas-b8da9b16ab89bd8d781481ae6bfc5a3c63641618.zip
[webapp/datatable] add button to filter only selected rows
+ some scrolling bugfixes
Diffstat (limited to 'webapp/src/components/ConfiguratorModule.vue')
-rw-r--r--webapp/src/components/ConfiguratorModule.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModule.vue b/webapp/src/components/ConfiguratorModule.vue
index 51889de..5121fcf 100644
--- a/webapp/src/components/ConfiguratorModule.vue
+++ b/webapp/src/components/ConfiguratorModule.vue
@@ -29,7 +29,7 @@
<v-container fill-height>
<v-layout>
<v-flex class="tabs-wrapper" xl10 offset-xl1 lg12>
- <v-card>
+ <v-card class="tabbar-card">
<v-tabs v-model="tabs" centered :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor">
<v-tab>{{ $t('configs') }}</v-tab>
<v-tab>{{ $t('entries') }}</v-tab>
@@ -104,6 +104,7 @@
:max-width="dialog.type === 'delete' ? '500px' : '1200px'"
scrollable
:persistent="dialog.type !== 'delete'"
+ :fullscreen="$vuetify.breakpoint.xsOnly"
>
<configurator-module-delete v-if="dialog.type === 'delete'" />
<configurator-module-config v-else-if="dialog.type === 'config'"/>