More renames
This commit is contained in:
parent
90bf97aa2b
commit
218904ed88
@ -17,10 +17,10 @@ class AccessPoint extends Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<MenuAppBar sectionTitle="AP Configuration">
|
<MenuAppBar sectionTitle="Access Point">
|
||||||
<Tabs value={this.props.match.url} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="fullWidth">
|
<Tabs value={this.props.match.url} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="fullWidth">
|
||||||
<Tab value="/ap/status" label="AP Status" />
|
<Tab value="/ap/status" label="Access Point Status" />
|
||||||
<Tab value="/ap/settings" label="AP Settings" />
|
<Tab value="/ap/settings" label="Access Point Settings" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
<Switch>
|
<Switch>
|
||||||
<AuthenticatedRoute exact={true} path="/ap/status" component={APStatus} />
|
<AuthenticatedRoute exact={true} path="/ap/status" component={APStatus} />
|
||||||
|
Loading…
Reference in New Issue
Block a user