From 62fec58f789b6de2ce47fcfe40b897585c3fb917 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 12 Feb 2023 13:32:40 -0600 Subject: [PATCH] change loading steps phrasing --- api/logging.yaml | 8 ++++---- gui/src/components/LoadingCard.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/logging.yaml b/api/logging.yaml index 24bd3c29..8d345cec 100644 --- a/api/logging.yaml +++ b/api/logging.yaml @@ -5,14 +5,14 @@ formatters: handlers: console: class: logging.StreamHandler - level: DEBUG + level: INFO formatter: simple stream: ext://sys.stdout loggers: '': - level: DEBUG + level: INFO handlers: [console] propagate: True root: - level: DEBUG - handlers: [console] + level: INFO + handlers: [console] \ No newline at end of file diff --git a/gui/src/components/LoadingCard.tsx b/gui/src/components/LoadingCard.tsx index b0105673..340485be 100644 --- a/gui/src/components/LoadingCard.tsx +++ b/gui/src/components/LoadingCard.tsx @@ -110,7 +110,7 @@ export function LoadingCard(props: LoadingCardProps) { sx={{ alignItems: 'center' }} > {renderProgress()} - {getProgress()}/{getTotal()} steps + {getProgress()} of {getTotal()} steps