File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed 
public/app/features/alerting Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,12 @@ const unifiedRoutes: RouteDescriptor[] = [
103103  ...commonRoutes , 
104104  { 
105105    path : '/alerting' , 
106-     component : SafeDynamicImport ( 
107-       ( )  =>  import ( /* webpackChunkName: "AlertingHome" */  'app/features/alerting/unified/home/Home' ) 
108-     ) , 
106+     component : ( )  =>  < Redirect  to = { '/alerting/list' }  /> ,  // LOGZ.IO CHANGE :: DEV-46520 - DISABLE ALERTING HOME 
109107  } , 
110108  { 
111109    path : '/alerting/home' , 
112110    exact : false , 
113-     component : SafeDynamicImport ( 
114-       ( )  =>  import ( /* webpackChunkName: "AlertingHome" */  'app/features/alerting/unified/home/Home' ) 
115-     ) , 
111+     component : ( )  =>  < Redirect  to = { '/alerting/list' }  /> ,  // LOGZ.IO CHANGE :: DEV-46520 - DISABLE ALERTING HOME 
116112  } , 
117113  { 
118114    path : '/alerting/list' , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments