Add minor corrections [MAILPOET-949]

This commit is contained in:
stoletniy
2017-06-30 12:47:47 +03:00
parent 7fa94a67c9
commit 688e78560e
3 changed files with 5 additions and 6 deletions

View File

@@ -22,10 +22,9 @@ if(container) {
<Router history={ history }>
<Route path="/" component={ App }>
<IndexRedirect to="knowledgeBase" />
{/* Listings */}
{/* Pages */}
<Route path="knowledgeBase(/)**" params={{ tab: 'knowledgeBase' }} component={ KnowledgeBase } />
<Route path="systemInfo(/)**" params={{ tab: 'systemInfo' }} component={ SystemInfo } />
</Route>
</Router>
), container);