Skip to content

Commit 76bbf22

Browse files
Merge pull request #711 from RedisInsight/release/2.2.0
Release/2.2.0
2 parents 8961e16 + 227a6a7 commit 76bbf22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

redisinsight/ui/src/components/main-router/constants/redisStackRoutes.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
BrowserPage, InstancePage,
44
} from 'uiSrc/pages'
55
import WorkbenchPage from 'uiSrc/pages/workbench'
6+
import SlowLogPage from 'uiSrc/pages/slowLog'
67
import EditConnection from 'uiSrc/pages/redisStack/components/edit-connection'
78
import COMMON_ROUTES from './commonRoutes'
89

@@ -19,6 +20,12 @@ const INSTANCE_ROUTES: IRoute[] = [
1920
path: Pages.workbench(':instanceId'),
2021
component: WorkbenchPage,
2122
},
23+
{
24+
pageName: PageNames.slowLog,
25+
protected: true,
26+
path: Pages.slowLog(':instanceId'),
27+
component: SlowLogPage,
28+
},
2229
]
2330

2431
const ROUTES: IRoute[] = [

0 commit comments

Comments
 (0)