Skip to content
Snippets Groups Projects
Commit bec50125 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Updated start page layout

parent 2a172805
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
<template>
<div v-if="dataLoaded">
<v-container v-if="dataLoaded">
<v-row>
<v-col
lg="5"
md="9"
cols="12"
lg="6"
md="12"
>
<change-log class="ma-4" />
<change-log />
</v-col>
<v-col
lg="5"
md="9"
cols="12"
lg="6"
md="12"
>
<correction-statistics class="ma-4" />
<correction-statistics />
</v-col>
<v-col>
<SubmissionTypesOverview />
</v-col>
</v-row>
<SubmissionTypesOverview class="ma-4" />
</div>
</v-container>
<v-row
v-else
justify="center"
......
<template>
<div>
<v-container>
<v-row>
<v-col
lg="5"
md="9"
cols="12"
lg="6"
md="12"
>
<change-log class="ma-4" />
<change-log />
</v-col>
<v-col
lg="5"
md="9"
cols="12"
lg="6"
md="12"
>
<correction-statistics class="ma-4" />
<correction-statistics />
</v-col>
<v-col>
<SubmissionTypesOverview />
</v-col>
</v-row>
<SubmissionTypesOverview class="ma-4" />
</div>
</v-container>
</template>
<script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment