From d30087a62a52f0fe3da38ababeea8fa8af50798d Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Mon, 6 Oct 2025 01:45:11 +0800 Subject: [PATCH] misc: improved no session logs yet message --- .../components/PamSessionLogsSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/pam/PamSessionsByIDPage/components/PamSessionLogsSection.tsx b/frontend/src/pages/pam/PamSessionsByIDPage/components/PamSessionLogsSection.tsx index 158143d5d..80afecc99 100644 --- a/frontend/src/pages/pam/PamSessionsByIDPage/components/PamSessionLogsSection.tsx +++ b/frontend/src/pages/pam/PamSessionsByIDPage/components/PamSessionLogsSection.tsx @@ -71,11 +71,11 @@ export const PamSessionLogsSection = ({ session }: Props) => {
{session.startedAt && session.endedAt ? (
-
Session logs are not available
+
Session logs are not yet available
- Logs failed to upload from the Gateway. + Logs will be uploaded after the session duration has elapsed.
- Please contact your Gateway administrators. + If logs do not appear after some time, please contact your Gateway administrators.
) : (