File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
redisinsight/ui/src/components/main-router/constants Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import PubSubPage from 'uiSrc/pages/pubSub'
8
8
import EditConnection from 'uiSrc/pages/redisStack/components/edit-connection'
9
9
import ClusterDetailsPage from 'uiSrc/pages/clusterDetails'
10
10
import AnalyticsPage from 'uiSrc/pages/analytics'
11
+ import DatabaseAnalysisPage from 'uiSrc/pages/databaseAnalysis'
11
12
import COMMON_ROUTES from './commonRoutes'
12
13
13
14
const ANALYTICS_ROUTES : IRoute [ ] = [
@@ -17,6 +18,12 @@ const ANALYTICS_ROUTES: IRoute[] = [
17
18
path : Pages . slowLog ( ':instanceId' ) ,
18
19
component : SlowLogPage ,
19
20
} ,
21
+ {
22
+ pageName : PageNames . databaseAnalysis ,
23
+ protected : true ,
24
+ path : Pages . databaseAnalysis ( ':instanceId' ) ,
25
+ component : DatabaseAnalysisPage ,
26
+ } ,
20
27
{
21
28
pageName : PageNames . clusterDetails ,
22
29
protected : true ,
You can’t perform that action at this time.
0 commit comments