|
|
@ -89,7 +89,7 @@ const columns = [ |
|
|
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="flex flex-col gap-4 w-full"> |
|
|
|
<div class="flex flex-col gap-4 w-full"> |
|
|
|
<div v-if="!appInfo.auditEnabled">Audit logs are currently disabled by administrators.</div> |
|
|
|
<div v-if="!appInfo.auditEnabled" class="text-red-500">Audit logs are currently disabled by administrators.</div> |
|
|
|
<div class="flex flex-row justify-between items-center"> |
|
|
|
<div class="flex flex-row justify-between items-center"> |
|
|
|
<a-button class="self-start" @click="loadAudits"> |
|
|
|
<a-button class="self-start" @click="loadAudits"> |
|
|
|
<!-- Reload --> |
|
|
|
<!-- Reload --> |
|
|
|