made the ui to look good

This commit is contained in:
Hari Krishna
2024-06-11 16:38:28 +00:00
committed by satti-hari-krishna-reddy
parent 94779e6613
commit e1d0857fd7
2 changed files with 126 additions and 28 deletions
+6
View File
@@ -15,6 +15,7 @@ import HealthPage from "./components/HealthPage.jsx";
import theme from "./theme";
import Apps from "./views/Apps";
import AppCreator from "./views/AppCreator";
import Dectection from "./views/Detection.jsx";
import Welcome from "./views/Welcome.jsx";
import Dashboard from "./views/Dashboard.jsx";
@@ -414,6 +415,11 @@ const App = (message, props) => {
/>
}
/>
<Route
exact
path="/detections/sigma"
element={<Dectection globalUrl={globalUrl} />}
/>
<Route
exact
path="/workflows"