link sensor setup
This commit is contained in:
parent
08a4bf2f6b
commit
e48ba8cf9d
|
@ -13,6 +13,7 @@ import NoauthList from '../../views/monitoring/probe/NoAuth';
|
||||||
import ProbeSetup from '../../views/monitoring/probe/Setup';
|
import ProbeSetup from '../../views/monitoring/probe/Setup';
|
||||||
import HistoryList from '../../views/history/List';
|
import HistoryList from '../../views/history/List';
|
||||||
import TitleBarContainer from '@overflow/app/views/layout/TitleBarContainer';
|
import TitleBarContainer from '@overflow/app/views/layout/TitleBarContainer';
|
||||||
|
import SensorSetup from '../../views/monitoring/sensor/Setup';
|
||||||
|
|
||||||
export interface Props extends RouteComponentProps<any> {
|
export interface Props extends RouteComponentProps<any> {
|
||||||
}
|
}
|
||||||
|
@ -44,6 +45,7 @@ export class AppLayout extends React.Component<Props, State> {
|
||||||
<Route exact={true} path={`${this.props.match.url}noauth_probes`} component={NoauthList}/>
|
<Route exact={true} path={`${this.props.match.url}noauth_probes`} component={NoauthList}/>
|
||||||
<Route exact={true} path={`${this.props.match.url}probe_setup`} component={ProbeSetup}/>
|
<Route exact={true} path={`${this.props.match.url}probe_setup`} component={ProbeSetup}/>
|
||||||
<Route exact={true} path={`${this.props.match.url}histories`} component={HistoryList}/>
|
<Route exact={true} path={`${this.props.match.url}histories`} component={HistoryList}/>
|
||||||
|
<Route exact={true} path={`${this.props.match.url}sensor_setup`} component={SensorSetup}/>
|
||||||
<Redirect to='/error/404' />
|
<Redirect to='/error/404' />
|
||||||
</Switch>
|
</Switch>
|
||||||
</Segment>
|
</Segment>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user