summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupInfo.vue
diff options
context:
space:
mode:
authorUdo Walter2019-07-22 18:28:40 +0200
committerUdo Walter2019-07-22 18:28:40 +0200
commit9ea258cf6f6064296ef4bdb0c17e77c3270351b5 (patch)
tree320d04f71121e59cde0e27ed3489d94597effdf4 /webapp/src/components/GroupModuleGroupInfo.vue
parent[external-backends/idoit] Add more information in idoit (diff)
downloadbas-9ea258cf6f6064296ef4bdb0c17e77c3270351b5.tar.gz
bas-9ea258cf6f6064296ef4bdb0c17e77c3270351b5.tar.xz
bas-9ea258cf6f6064296ef4bdb0c17e77c3270351b5.zip
[documentation] add groups/clients module documentation
Diffstat (limited to 'webapp/src/components/GroupModuleGroupInfo.vue')
-rw-r--r--webapp/src/components/GroupModuleGroupInfo.vue7
1 files changed, 2 insertions, 5 deletions
diff --git a/webapp/src/components/GroupModuleGroupInfo.vue b/webapp/src/components/GroupModuleGroupInfo.vue
index 373de61..141fd13 100644
--- a/webapp/src/components/GroupModuleGroupInfo.vue
+++ b/webapp/src/components/GroupModuleGroupInfo.vue
@@ -130,10 +130,10 @@
<v-flex lg4 xs12 order-lg3 order-xs1 class="text-xs-right">
<div class="info-box">
<div v-if="!editMode">
- <v-btn color="error" flat @click="deleteGroup" class="info-buttons">
+ <v-btn color="error" flat @click="deleteGroup" class="info-buttons tutorial-element label-left" style="--label-number: '2'">
<v-icon left>delete</v-icon>{{ $t('delete') }}
</v-btn>
- <v-btn color="primary" flat @click="editInfo" class="info-buttons">
+ <v-btn color="primary" flat @click="editInfo" class="info-buttons tutorial-element label-right" style="--label-number: '1'">
<v-icon left>create</v-icon>{{ $t('edit') }}
</v-btn>
</div>
@@ -250,9 +250,6 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
-.info-buttons {
- margin: 0;
-}
.iprange {
display: flex;