WIP
This commit is contained in:
parent
091ab50c0e
commit
a6fbd1a5d2
1 changed files with 4 additions and 2 deletions
|
@ -114,7 +114,7 @@ class Dashboard extends Component {
|
||||||
/>
|
/>
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
name="Hosts"
|
name="Hosts"
|
||||||
content="Hosts"
|
content="Hosts and Guests"
|
||||||
active={this.activeTab === "Hosts"}
|
active={this.activeTab === "Hosts"}
|
||||||
onClick={this.selectTab}
|
onClick={this.selectTab}
|
||||||
/>
|
/>
|
||||||
|
@ -170,7 +170,9 @@ class Dashboard extends Component {
|
||||||
name="Hosts"
|
name="Hosts"
|
||||||
content="Hosts"
|
content="Hosts"
|
||||||
active={this.activeTab === "Hosts"}
|
active={this.activeTab === "Hosts"}
|
||||||
color={this.activeTab === "Hosts" ? "yellow" : "grey"}
|
color={
|
||||||
|
this.activeTab === "Hosts and Guests" ? "yellow" : "grey"
|
||||||
|
}
|
||||||
onClick={this.selectTab}
|
onClick={this.selectTab}
|
||||||
/>
|
/>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
|
|
Loading…
Reference in a new issue