generated from alphane/template
Fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@click:row="rowClicked"
|
||||
@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.createdAt="{ value }">{{ formatDate(value) }}</template>
|
||||
<template
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<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>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
<template>
|
||||
<div class="pa-3">
|
||||
<v-row class="h-100vh auth">
|
||||
<v-row
|
||||
class="h-100vh auth"
|
||||
justify="center"
|
||||
>
|
||||
<v-col
|
||||
cols="12"
|
||||
lg="5"
|
||||
xl="4"
|
||||
sm="8"
|
||||
md="8"
|
||||
lg="8"
|
||||
class="d-flex align-center justify-center bg-surface"
|
||||
>
|
||||
<div class="mt-xl-0 mt-5 mw-100 text-center">
|
||||
|
||||
Reference in New Issue
Block a user