More renames
This commit is contained in:
		| @@ -17,10 +17,10 @@ class AccessPoint extends Component { | ||||
|  | ||||
|   render() { | ||||
|     return ( | ||||
|       <MenuAppBar sectionTitle="AP Configuration"> | ||||
|       <MenuAppBar sectionTitle="Access Point"> | ||||
|         <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/settings" label="AP Settings" /> | ||||
|           <Tab value="/ap/status" label="Access Point Status" /> | ||||
|           <Tab value="/ap/settings" label="Access Point Settings" /> | ||||
|         </Tabs> | ||||
|         <Switch> | ||||
|           <AuthenticatedRoute exact={true} path="/ap/status" component={APStatus} /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user