summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModuleConfig.vue
diff options
context:
space:
mode:
authorUdo Walter2019-01-15 13:35:55 +0100
committerUdo Walter2019-01-15 13:35:55 +0100
commit80dec98d05f76b8b724a2b7d21a2a8c0a9ddb127 (patch)
treed3468b3db9dee2641cc1381a39530df2d31461a7 /webapp/src/components/ConfiguratorModuleConfig.vue
parentmerge (diff)
downloadbas-80dec98d05f76b8b724a2b7d21a2a8c0a9ddb127.tar.gz
bas-80dec98d05f76b8b724a2b7d21a2a8c0a9ddb127.tar.xz
bas-80dec98d05f76b8b724a2b7d21a2a8c0a9ddb127.zip
[webapp] small bugfixes
Diffstat (limited to 'webapp/src/components/ConfiguratorModuleConfig.vue')
-rw-r--r--webapp/src/components/ConfiguratorModuleConfig.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModuleConfig.vue b/webapp/src/components/ConfiguratorModuleConfig.vue
index 4381ab8..3b3c18e 100644
--- a/webapp/src/components/ConfiguratorModuleConfig.vue
+++ b/webapp/src/components/ConfiguratorModuleConfig.vue
@@ -73,7 +73,7 @@
<span>{{ $t('defaultEntry') }}</span></v-tooltip>
</v-list-tile-action>
<v-list-tile-content class="item-content">
- <v-select return-object style="max-width: 280px" item-text="name" offset-y :label="$t('entry')" color="primary" v-model="item.entry"
+ <v-select return-object style="max-width: 280px" item-text="name" menu-props="offsetY" :label="$t('entry')" color="primary" v-model="item.entry"
:items="item.entry.id ? [item.entry, ...availableEntries] : availableEntries"></v-select>
<v-text-field v-if="item.entry.id" class="custom-name-input" :label="$t('customName')" color="primary" v-model="item.customName"></v-text-field>
<v-text-field v-if="item.entry.id" style="max-width: 60px" prepend-inner-icon="keyboard" color="primary" v-model="item.keyBind" maxlength="1"></v-text-field>