Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: Use cluster instead of network in section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 21, 2020
1 parent 573e30e commit b5402a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/v2/components/Dashboard/NetworkOverview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const NetworkOverview = () => {
<SectionHeader
title={
<div>
Network Overview <div className={classes.betaLabel}>Beta</div>
Cluster Overview
</div>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/v2/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Header = () => {
<div>Every 5 sec</div>
</div>
<div className={classes.endpointSelector}>
<div className={classes.selectTitle}>Network:</div>
<div className={classes.selectTitle}>Cluster:</div>
<EndpointSelector />
</div>
<IconButton
Expand Down
2 changes: 1 addition & 1 deletion src/v2/components/NavBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const NavBar = ({
<List component="div" classes={{root: classes.listRoot}}>
{map(renderLink)(routes)}
<div className={classes.endpointSelector}>
<div className={classes.endpointSelectorTitle}>Network:</div>
<div className={classes.endpointSelectorTitle}>Cluster:</div>
<EndpointSelector />
</div>
</List>
Expand Down

0 comments on commit b5402a4

Please sign in to comment.