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'
88import EditConnection from 'uiSrc/pages/redisStack/components/edit-connection'
99import ClusterDetailsPage from 'uiSrc/pages/clusterDetails'
1010import AnalyticsPage from 'uiSrc/pages/analytics'
11+ import DatabaseAnalysisPage from 'uiSrc/pages/databaseAnalysis'
1112import COMMON_ROUTES from './commonRoutes'
1213
1314const ANALYTICS_ROUTES : IRoute [ ] = [
@@ -17,6 +18,12 @@ const ANALYTICS_ROUTES: IRoute[] = [
1718 path : Pages . slowLog ( ':instanceId' ) ,
1819 component : SlowLogPage ,
1920 } ,
21+ {
22+ pageName : PageNames . databaseAnalysis ,
23+ protected : true ,
24+ path : Pages . databaseAnalysis ( ':instanceId' ) ,
25+ component : DatabaseAnalysisPage ,
26+ } ,
2027 {
2128 pageName : PageNames . clusterDetails ,
2229 protected : true ,
You can’t perform that action at this time.
0 commit comments