diff --git a/client/src/Pages/Logs/Logs/index.jsx b/client/src/Pages/Logs/Logs/index.jsx index 29cc55a9b..d9ce2a25c 100644 --- a/client/src/Pages/Logs/Logs/index.jsx +++ b/client/src/Pages/Logs/Logs/index.jsx @@ -50,32 +50,48 @@ const Logs = () => { { _id: "debug", name: t("logsPage.logLevelSelect.values.debug") }, ]; return ( - - + {t("logsPage.description")} - - - {t("logsPage.logLevelSelect.title")} - { + setLogLevel(e.target.value); + }} + /> { }; const BREADCRUMBS = [{ name: t("logsPage.title"), path: "/logs" }]; - return ( - - - - - - - - - - {/* Main content */} + + + + {value === 0 && } {value === 1 && } {value === 2 && }