INNER CODE UNIT · JavaScript
AppContainer
m3db/m3 · src/ctl/ui/src/index.js:70
function AppContainer() {
return (
<LocaleProvider locale={enUS}>
<Router>
<Layout style={{height: '100%'}}>
<Sider collapsible className="pt2">
<MenuSideBar />
</Sider>
<Layout>
<Content
style={{
margin: '0px 8px',
padding: 24,
height: '100%',
overflow: 'scroll',
}}>
<Route exact path="/namespaces" component={NamespacesPage} />
<Route exact path="/namespaces/:id" component={NamespacePage} />