From 59f358137030ae9ff93bfef04030862ec4619ecf Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Wed, 25 Sep 2024 00:31:13 +0800 Subject: [PATCH] misc: made it specific for cloud --- .../src/views/Org/AuditLogsPage/AuditLogsPage.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx index 1ce60ea5f..aa55e8fbb 100644 --- a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx +++ b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx @@ -11,11 +11,14 @@ export const AuditLogsPage = withPermission(

Audit Logs

- - We are currently working on improving the performance of querying audit logs. However, - please note that audit logs are still being published as usual, so there’s no - disruption to log generation. - + {(window.location.origin.includes("https://app.infisical.com") || + window.location.origin.includes("https://gamma.infisical.com")) && ( + + We are currently working on improving the performance of querying audit logs. + However, please note that audit logs are still being published as usual, so there’s + no disruption to log generation. + + )}