Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(nav): fix nav display
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridene committed Jul 26, 2018
1 parent ead2c4e commit c92aab0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/frontSrc/Header/TopHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import PollerObject from './Objects/PollerObjectContainer'
import UserProfile from './User/UserProfileContainer'
import Logo from './Logo/LogoContainer'
import Clock from './Clock/ClockContainer'
import Nav from './Nav/NavContainer'


const styles = theme => ({
Expand Down Expand Up @@ -60,7 +61,10 @@ class TopHeader extends Component {
<div style={{ gridColumnEnd: 'span 2' }}>
<Logo />
</div>
<div style={{ gridColumnEnd: 'span 8' }} className={classes.indicatorContainer}>
<div style={{ gridColumnEnd: 'span 3' }}>
<Nav />
</div>
<div style={{ gridColumnEnd: 'span 5' }} className={classes.indicatorContainer}>
<PollerObject />
<HostObject />
<ServiceObject />
Expand Down

0 comments on commit c92aab0

Please sign in to comment.