summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupInfo.vue
diff options
context:
space:
mode:
authorUdo Walter2019-05-02 01:59:40 +0200
committerUdo Walter2019-05-02 01:59:40 +0200
commit3c4e6f92562e7d0439be0d9ba3ae86f2eef61012 (patch)
treeedfe230aa3c3d28c7eca9580ff2a993ba2366efc /webapp/src/components/GroupModuleGroupInfo.vue
parent[webapp/groups] fix tab switching when setting showall (diff)
downloadbas-3c4e6f92562e7d0439be0d9ba3ae86f2eef61012.tar.gz
bas-3c4e6f92562e7d0439be0d9ba3ae86f2eef61012.tar.xz
bas-3c4e6f92562e7d0439be0d9ba3ae86f2eef61012.zip
[webapp] very small ui changes
Diffstat (limited to 'webapp/src/components/GroupModuleGroupInfo.vue')
-rw-r--r--webapp/src/components/GroupModuleGroupInfo.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/GroupModuleGroupInfo.vue b/webapp/src/components/GroupModuleGroupInfo.vue
index 8e06a3e..373de61 100644
--- a/webapp/src/components/GroupModuleGroupInfo.vue
+++ b/webapp/src/components/GroupModuleGroupInfo.vue
@@ -55,7 +55,7 @@
<div v-else class="chip-container non-selectable">
<v-tooltip v-for="parent in firstParents" :key="parent.id" top open-delay="800">
<template #activator="{ on }">
- <v-chip v-on="on" small label style="width: calc(50% - 8px)" @click="openParent(parent)">
+ <v-chip v-on="on" small style="width: calc(50% - 8px)" @click="openParent(parent)">
<span class="chip-text">{{ parent.name || parent.id }}</span>
</v-chip>
</template>