diff --git a/ui/src/app/App.js b/ui/src/app/App.js
index 20331e4e8..546241f10 100644
--- a/ui/src/app/App.js
+++ b/ui/src/app/App.js
@@ -33,6 +33,7 @@ import { SessionModal } from './core/user/SessionModal';
 import { Roles } from './admin/Roles';
 import { Groups } from './admin/Groups';
 import { BASE_PATH } from './App.constant';
+import { ProtectRoute } from './core/components/ProtectRoute';
 
 
 function App() {
@@ -81,12 +82,32 @@ function App() {
                                                     
                                                     
                                                     
-                                                    
-                                                    
-                                                    
+                                                    
+                                                        
+                                                            
+                                                        
+                                                    } />
+                                                    
+                                                        
+                                                            
+                                                        
+                                                    } />
+                                                    
+                                                        
+                                                            
+                                                        
+                                                    } />
                                                     
-                                                    
-                                                    
+                                                    
+                                                        
+                                                            
+                                                        
+                                                    } />
+                                                    
+                                                        
+                                                            
+                                                        
+                                                    } />
                                                     
                                                         
                                                     
diff --git a/ui/src/app/dashboard/view/Dashboard.js b/ui/src/app/dashboard/view/Dashboard.js
index e5f145572..b1d058eaf 100644
--- a/ui/src/app/dashboard/view/Dashboard.js
+++ b/ui/src/app/dashboard/view/Dashboard.js
@@ -112,6 +112,9 @@ export function Dashboard () {
                         
                     
                 } />
+                
+                    
+                
             >
             }