summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModuleEntry.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 06:22:08 +0100
committerUdo Walter2019-02-24 06:22:08 +0100
commit57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e (patch)
tree989368ef9ac860a50f3c7502536ed069d1ad239a /webapp/src/components/ConfiguratorModuleEntry.vue
parent[webapp/datatable] use minWidth prop for menuMode (diff)
downloadbas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.tar.gz
bas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.tar.xz
bas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.zip
[webapp/registration] use datatable to select groups
Diffstat (limited to 'webapp/src/components/ConfiguratorModuleEntry.vue')
-rw-r--r--webapp/src/components/ConfiguratorModuleEntry.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModuleEntry.vue b/webapp/src/components/ConfiguratorModuleEntry.vue
index addbcf5..bd6f4e9 100644
--- a/webapp/src/components/ConfiguratorModuleEntry.vue
+++ b/webapp/src/components/ConfiguratorModuleEntry.vue
@@ -20,7 +20,7 @@
<v-card-title primary-title class="dialog-title elevation-3">
<div class="headline">{{ dialog.info.id ? $t('titleExisting') : $t('titleNew') }}</div>
</v-card-title>
- <v-card-text>
+ <v-card-text style="height: 100%;">
<v-text-field prepend-icon="label" :label="$t('name')" color="primary" v-model="name"></v-text-field>
<div class="body-1 script-heading"><v-icon>code</v-icon><span>{{ $t('script') }}</span></div>
<codemirror class="script-editor" ref="editor" v-model="script"></codemirror>