mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix-activity-fix
This commit is contained in:
parent
7becc6b74e
commit
5cd2675c62
@ -4,7 +4,7 @@
|
||||
<b-col class="text-center">
|
||||
<b-dropdown size="sm" split variant="secondary" :text="$t('language') + ' - '+$i18n.locale" class="m-md-2">
|
||||
<b-dropdown-divider></b-dropdown-divider>
|
||||
<b-dropdown-item @click.prevent="setLocale('de')">Deusch</b-dropdown-item>
|
||||
<b-dropdown-item @click.prevent="setLocale('de')">Deutsch</b-dropdown-item>
|
||||
<b-dropdown-item @click.prevent="setLocale('en')">English</b-dropdown-item>
|
||||
</b-dropdown>
|
||||
</b-col>
|
||||
|
||||
@ -2,11 +2,22 @@
|
||||
<div>
|
||||
<div class="header pb-8 pt-5 pt-lg-8 d-flex align-items-center profile-header" style="max-height:200px">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<b-container fluid class="mt--6">
|
||||
<b-row>
|
||||
<b-col>
|
||||
<div>
|
||||
<gdd-add-work-2 />
|
||||
</div>
|
||||
<br>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<hr>
|
||||
<b-row>
|
||||
<b-col xl="4" class="order-xl-2 mb-5">
|
||||
community
|
||||
@ -45,7 +56,7 @@
|
||||
<script>
|
||||
import GddTable from '../../views/KontoOverview/GddTable.vue';
|
||||
import GddWorkTable from '../../views/KontoOverview/GddWorkTable.vue';
|
||||
|
||||
import GddAddWork2 from '../../views/KontoOverview/GddAddWork2.vue';
|
||||
|
||||
import * as chartConfigs from '@/components/Charts/config';
|
||||
import LineChart from '@/components/Charts/LineChart';
|
||||
@ -56,6 +67,7 @@
|
||||
GddTable,
|
||||
GddWorkTable,
|
||||
LineChart,
|
||||
GddAddWork2
|
||||
//BarChart
|
||||
},
|
||||
data(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user