From 40ab7d1e41fccf207c7854232c19742179b02a02 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 20 May 2022 15:45:55 +0200 Subject: [PATCH] fix(ui): minor fixes for sesson settings --- .../components/shared/SessionSettings/SessionSettings.tsx | 6 +++--- .../shared/SessionSettings/components/CaptureRate.tsx | 2 +- .../shared/SessionSettings/components/DefaultTimezone.tsx | 2 +- frontend/app/components/ui/Toggler/toggler.css | 1 - frontend/app/mstore/settingsStore.ts | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/app/components/shared/SessionSettings/SessionSettings.tsx b/frontend/app/components/shared/SessionSettings/SessionSettings.tsx index 409ede776..c35086f6a 100644 --- a/frontend/app/components/shared/SessionSettings/SessionSettings.tsx +++ b/frontend/app/components/shared/SessionSettings/SessionSettings.tsx @@ -10,10 +10,10 @@ import CaptureRate from './components/CaptureRate'; function SessionSettings(props) { return useObserver(() => (
-
+

Sessions Settings

- +
@@ -33,4 +33,4 @@ function SessionSettings(props) { )); } -export default SessionSettings; \ No newline at end of file +export default SessionSettings; diff --git a/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx b/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx index a08d19b2b..04495d51e 100644 --- a/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx +++ b/frontend/app/components/shared/SessionSettings/components/CaptureRate.tsx @@ -36,7 +36,7 @@ function CaptureRate(props) { name="test" onChange={toggleRate} /> - 100% + 100%
{!captureAll && (
diff --git a/frontend/app/components/shared/SessionSettings/components/DefaultTimezone.tsx b/frontend/app/components/shared/SessionSettings/components/DefaultTimezone.tsx index 475ed7fa3..f36406820 100644 --- a/frontend/app/components/shared/SessionSettings/components/DefaultTimezone.tsx +++ b/frontend/app/components/shared/SessionSettings/components/DefaultTimezone.tsx @@ -64,7 +64,7 @@ function DefaultTimezone(props) { <>

Default Timezone

Session Time
-
+