summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/UserModule.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/UserModule.vue')
-rw-r--r--webapp/src/components/UserModule.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/webapp/src/components/UserModule.vue b/webapp/src/components/UserModule.vue
index bee7607..01d097a 100644
--- a/webapp/src/components/UserModule.vue
+++ b/webapp/src/components/UserModule.vue
@@ -24,13 +24,14 @@
<template>
<v-container fill-height>
<v-layout>
- <v-flex class="tabs-wrapper" xl10 offset-xl1 lg12>
+ <v-flex xl10 offset-xl1 lg12>
<v-card>
<v-tabs :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor"
- centered
+ grow
+ hide-slider
v-model="tab"
>
- <v-tab>{{ $t('users') }}</v-tab>
+ <v-tab><v-icon class="tabbar-tabicon">people</v-icon>{{ $t('users') }}</v-tab>
</v-tabs>
</v-card>
<v-tabs-items v-model="tab">