From fb0a165c7ff3a7d883d04e35bbc827f85b560d3a Mon Sep 17 00:00:00 2001 From: Weves Date: Sat, 12 Aug 2023 14:14:18 -0700 Subject: [PATCH] Small style changes --- web/src/app/admin/indexing/status/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/app/admin/indexing/status/page.tsx b/web/src/app/admin/indexing/status/page.tsx index 7b98aed6896..8165f2c510d 100644 --- a/web/src/app/admin/indexing/status/page.tsx +++ b/web/src/app/admin/indexing/status/page.tsx @@ -164,12 +164,12 @@ function Main() { )?.toFixed(2); statusDisplay = (
- In Progress...{" "} + In Progress...{" "} {connectorIndexingStatus?.latest_index_attempt ?.num_docs_indexed ? (
- Current Run:{" "} + Current Run:{" "} { connectorIndexingStatus.latest_index_attempt .num_docs_indexed @@ -177,7 +177,9 @@ function Main() { docs indexed
{docsPerMinute && ( -
Speed: ~{docsPerMinute} docs / min
+
+ Speed: ~{docsPerMinute} docs / min +
)}
) : null}