summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModuleDelete.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/ConfiguratorModuleDelete.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/ConfiguratorModuleDelete.vue')
-rw-r--r--webapp/src/components/ConfiguratorModuleDelete.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModuleDelete.vue b/webapp/src/components/ConfiguratorModuleDelete.vue
index d630524..4ef59ec 100644
--- a/webapp/src/components/ConfiguratorModuleDelete.vue
+++ b/webapp/src/components/ConfiguratorModuleDelete.vue
@@ -14,7 +14,7 @@
<v-card-title primary-title class="dialog-title elevation-3">
<div class="headline">{{ $tc('title', dialog.info.selected.length, [dialog.info.selected.length]) }}</div>
</v-card-title>
- <v-card-text>
+ <v-card-text style="height: 100%">
<div v-for="item in dialog.info.selected" class="grey--text" :key="item.id">[{{ item.id }}] {{ item.name }}</div>
</v-card-text>
<v-divider></v-divider>