summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/IpxeBuilderModule.vue
diff options
context:
space:
mode:
authorJannik Schönartz2019-02-23 06:37:14 +0100
committerJannik Schönartz2019-02-23 06:37:14 +0100
commitd2e1a80e2c7a4d807cb30899c0f2f20127396687 (patch)
tree1d648a3302acc9815404b2ed375b90f0dc518841 /webapp/src/components/IpxeBuilderModule.vue
parent[webapp/router] Fix forwarding bug while loggedout calling / (diff)
downloadbas-d2e1a80e2c7a4d807cb30899c0f2f20127396687.tar.gz
bas-d2e1a80e2c7a4d807cb30899c0f2f20127396687.tar.xz
bas-d2e1a80e2c7a4d807cb30899c0f2f20127396687.zip
[Account] Add password change functionality
[server] Remove hased password from userinfo api Implement change password function [webapp] Fix z-index for the fixed tab bar (udo) Implement userinfo and change password in the account module
Diffstat (limited to 'webapp/src/components/IpxeBuilderModule.vue')
-rw-r--r--webapp/src/components/IpxeBuilderModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/IpxeBuilderModule.vue b/webapp/src/components/IpxeBuilderModule.vue
index 9cb9bea..fde333f 100644
--- a/webapp/src/components/IpxeBuilderModule.vue
+++ b/webapp/src/components/IpxeBuilderModule.vue
@@ -15,7 +15,7 @@
<v-container fill-height>
<v-layout>
<v-flex class="tabs-wrapper" xl10 offset-xl1 lg12>
- <v-card>
+ <v-card class="tabbar-card">
<v-tabs v-model="tabs" centered :dark="tabsDark" :color="tabsColor" :slider-color="tabsSliderColor">
<v-tab>{{ $t('efi') }}</v-tab>
<v-tab>{{ $t('bios') }}</v-tab>