aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/proxyapp.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/components/proxyapp.jsx')
-rw-r--r--web/src/js/components/proxyapp.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/proxyapp.jsx b/web/src/js/components/proxyapp.jsx
index 2f1a9861..63998ffe 100644
--- a/web/src/js/components/proxyapp.jsx
+++ b/web/src/js/components/proxyapp.jsx
@@ -38,7 +38,7 @@ var ProxyAppMain = React.createClass({
var ProxyApp = (
<ReactRouter.Routes location="hash">
<ReactRouter.Route name="app" path="/" handler={ProxyAppMain}>
- <ReactRouter.Route name="main" handler={TrafficTable}/>
+ <ReactRouter.Route name="main" handler={FlowTable}/>
<ReactRouter.Route name="reports" handler={Reports}/>
<ReactRouter.Redirect to="main"/>
</ReactRouter.Route>