Add dashboard edit route

pull/10616/head
Andrew Watkins 2017-02-17 08:42:45 -06:00
parent edda59a595
commit b684493541
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ const Root = React.createClass({
<Route path="alerts" component={AlertsApp} />
<Route path="dashboards" component={DashboardsPage} />
<Route path="dashboards/:dashboardID" component={DashboardPage} />
<Route path="dashboards/:dashboardID/edit" component={DashboardPage} />
<Route path="alert-rules" component={KapacitorRulesPage} />
<Route path="alert-rules/:ruleID" component={KapacitorRulePage} />
<Route path="alert-rules/new" component={KapacitorRulePage} />