summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleDialog.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/GroupModuleDialog.vue')
-rw-r--r--webapp/src/components/GroupModuleDialog.vue7
1 files changed, 3 insertions, 4 deletions
diff --git a/webapp/src/components/GroupModuleDialog.vue b/webapp/src/components/GroupModuleDialog.vue
index 41b98b5..55053e6 100644
--- a/webapp/src/components/GroupModuleDialog.vue
+++ b/webapp/src/components/GroupModuleDialog.vue
@@ -107,13 +107,12 @@
scrollable
:persistent="action === 'add' || action === 'select'"
:fullscreen="$vuetify.breakpoint.smAndDown"
- lazy
>
<v-card>
<v-card-title class="dialog-title elevation-3">
<div class="headline">{{ title }}</div>
<v-spacer></v-spacer>
- <v-btn v-if="action === 'add'" class="new-button" flat color="success" @click="newItem">
+ <v-btn v-if="action === 'add'" class="new-button" text color="success" @click="newItem">
<v-icon left>create</v-icon>{{ $t('new') }}
</v-btn>
</v-card-title>
@@ -160,7 +159,7 @@
<v-card-actions>
<v-spacer></v-spacer>
- <v-btn flat="flat" @click="setDialog({ show: false })">{{ $t('cancel') }}</v-btn>
+ <v-btn text="flat" @click="setDialog({ show: false })">{{ $t('cancel') }}</v-btn>
<v-btn :color="actionColorMap[action]" @click="submitAction">{{ $t(action) }}</v-btn>
</v-card-actions>
</v-card>
@@ -299,7 +298,7 @@ export default {
<style scoped>
.table-container {
height: 100%;
- padding: 0;
+ padding: 0 !important;
}
.dialog-title {
z-index: 1;