Started work on Workflow visualization dashboard with radial charts

This commit is contained in:
frikky
2022-02-17 03:00:41 +01:00
parent 8af27d2800
commit f0bd2cafbf
9 changed files with 202 additions and 561 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ const App = (message, props) => {
!window.location.pathname.startsWith("/login") &&
!window.location.pathname.startsWith("/docs") &&
!window.location.pathname.startsWith("/detectionframework") &&
!window.location.pathname.startsWith("/adminsetup")
!window.location.pathname.startsWith("/adminsetup") &&
!window.location.pathname.startsWith("/dashboard")
) {
window.location = "/login";
}