This commit is contained in:
2026-06-25 18:52:01 -07:00
parent ba9e888955
commit 26c2a94429
3 changed files with 11 additions and 5 deletions
@@ -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
+3 -1
View File
@@ -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>
+7 -3
View File
@@ -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">