frontend update

This commit is contained in:
carodej
2020-07-03 08:34:10 +02:00
parent 05bc598405
commit e1ebb70035
28 changed files with 1150 additions and 30 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageTab class="form-fixed-width">
<PageTab>
<PageTabGroup>
<ValidationObserver ref="password" @submit.prevent="resetPassword" v-slot="{ invalid }" tag="form" class="form block-form">
<FormLabel>Change Your Password</FormLabel>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageTab class="form-fixed-width">
<PageTab>
<PageTabGroup v-if="userInfo">
<div class="form block-form">
<FormLabel>Account Information</FormLabel>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageTab class="form-fixed-width" v-if="storage">
<PageTab v-if="storage">
<PageTabGroup>
<FormLabel>Your disk Usage</FormLabel>
<StorageItemDetail type="disk" :title="$t('storage.total_used', {used: storage.attributes.used})" :percentage="storage.attributes.percentage" :used="$t('storage.total_capacity', {capacity: storage.attributes.capacity})"/>