generated from alphane/template
Fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
@click:row="rowClicked"
|
@click:row="rowClicked"
|
||||||
@update:page="updatePage"
|
@update:page="updatePage"
|
||||||
>
|
>
|
||||||
<template #item.roles="{ item }"> {{ item.roles?.join(", ") }} affaafafa </template>
|
<template #item.roles="{ item }"> {{ item.roles?.join(", ") }} </template>
|
||||||
<template #item.updatedAt="{ value }">{{ formatDate(value) }}</template>
|
<template #item.updatedAt="{ value }">{{ formatDate(value) }}</template>
|
||||||
<template #item.createdAt="{ value }">{{ formatDate(value) }}</template>
|
<template #item.createdAt="{ value }">{{ formatDate(value) }}</template>
|
||||||
<template
|
<template
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="isSystemAdmin">
|
<div v-if="isSystemAdmin">
|
||||||
<AppCard :to="{ name: 'administration/DashboardPage' }">You are a system admin</AppCard>
|
<AppCard :to="{ name: 'administration/AdministrationDashboardPage' }">
|
||||||
|
You are a system admin
|
||||||
|
</AppCard>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="pa-3">
|
<div class="pa-3">
|
||||||
<v-row class="h-100vh auth">
|
<v-row
|
||||||
|
class="h-100vh auth"
|
||||||
|
justify="center"
|
||||||
|
>
|
||||||
<v-col
|
<v-col
|
||||||
cols="12"
|
cols="12"
|
||||||
lg="5"
|
sm="8"
|
||||||
xl="4"
|
md="8"
|
||||||
|
lg="8"
|
||||||
class="d-flex align-center justify-center bg-surface"
|
class="d-flex align-center justify-center bg-surface"
|
||||||
>
|
>
|
||||||
<div class="mt-xl-0 mt-5 mw-100 text-center">
|
<div class="mt-xl-0 mt-5 mw-100 text-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user