diff --git a/src/app/(dashboard)/dashboard/logs/page.tsx b/src/app/(dashboard)/dashboard/logs/page.tsx index df1790bd3c..4b88afde7e 100644 --- a/src/app/(dashboard)/dashboard/logs/page.tsx +++ b/src/app/(dashboard)/dashboard/logs/page.tsx @@ -118,7 +118,7 @@ export default function LogsPage() { } return ( -
+

{t("requestLogs")}

@@ -213,7 +213,7 @@ export default function LogsPage() {
)} -
+
diff --git a/src/shared/components/RequestLoggerV2.tsx b/src/shared/components/RequestLoggerV2.tsx index 89728e2322..111c2260a1 100644 --- a/src/shared/components/RequestLoggerV2.tsx +++ b/src/shared/components/RequestLoggerV2.tsx @@ -628,7 +628,7 @@ const RequestLoggerV2 = forwardRef +
{/* Header Bar */}
{/* Recording Toggle */} @@ -910,8 +910,14 @@ const RequestLoggerV2 = forwardRef {/* Table */} - -
+ +
{loading && logs.length === 0 ? (
{t("loadingLogs")}
) : logs.length === 0 ? (