From 302a9602bc92ec73185d26bebd76ac26e4379c48 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:28:54 +0000 Subject: [PATCH] fix(nc-gui): oss review changes --- .../nc-gui/components/workspace/AuditLogs.vue | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/packages/nc-gui/components/workspace/AuditLogs.vue b/packages/nc-gui/components/workspace/AuditLogs.vue index d0d4b882ab..c6d6045d04 100644 --- a/packages/nc-gui/components/workspace/AuditLogs.vue +++ b/packages/nc-gui/components/workspace/AuditLogs.vue @@ -183,24 +183,33 @@ useEventListener(tableWrapper, 'scroll', () => {
Audit logs are currently disabled by administrators.
-
-
+
+
- {{ $t('title.auditLogs') }} : - + {{ $t('title.auditLogs') }} + - {{ bases.get(baseId)?.title }} + : {{ bases.get(baseId)?.title }}
-
+
@@ -213,19 +222,6 @@ useEventListener(tableWrapper, 'scroll', () => {
- -
-
- - -
- {{ $t('general.refresh') }} - - -
-
-
-