switch to full width tabs
This commit is contained in:
		@@ -25,7 +25,7 @@ class APConfiguration extends Component {
 | 
			
		||||
    const { selectedTab } = this.state;
 | 
			
		||||
    return (
 | 
			
		||||
      <MenuAppBar sectionTitle="AP Configuration">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="scrollable">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="fullWidth">
 | 
			
		||||
           <Tab value="apStatus" label="AP Status" />
 | 
			
		||||
           <Tab value="apSettings" label="AP Settings" />
 | 
			
		||||
         </Tabs>
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@ class NTPConfiguration extends Component {
 | 
			
		||||
    const { selectedTab } = this.state;
 | 
			
		||||
    return (
 | 
			
		||||
        <MenuAppBar sectionTitle="NTP Configuration">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="scrollable">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="fullWidth">
 | 
			
		||||
           <Tab value="ntpStatus" label="NTP Status" />
 | 
			
		||||
           <Tab value="ntpSettings" label="NTP Settings" />
 | 
			
		||||
         </Tabs>
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@ class WiFiConfiguration extends Component {
 | 
			
		||||
    const { selectedTab } = this.state;
 | 
			
		||||
    return (
 | 
			
		||||
      <MenuAppBar sectionTitle="WiFi Configuration">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="scrollable">
 | 
			
		||||
        <Tabs value={selectedTab} onChange={this.handleTabChange} indicatorColor="primary" textColor="primary" variant="fullWidth">
 | 
			
		||||
           <Tab value="wifiStatus" label="WiFi Status" />
 | 
			
		||||
           <Tab value="networkScanner" label="Network Scanner" />
 | 
			
		||||
           <Tab value="wifiSettings" label="WiFi Settings" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user