diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 02:52:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 02:52:55 +0200 |
| commit | 3c9ccd38751501bbf5b9cd2c54dee370681fdb5b (patch) | |
| tree | 31464fe818770550bd71edca8b91aed1eb708240 /app/client/dashboard | |
| parent | 19adbf48642085f39b9562ea6ad1e248a546373c (diff) | |
stub file viewer
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/dashboardHeader.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboardHeader.component.js b/app/client/dashboard/dashboardHeader.component.js index 063cd47..45e9914 100644 --- a/app/client/dashboard/dashboardHeader.component.js +++ b/app/client/dashboard/dashboardHeader.component.js @@ -15,7 +15,7 @@ class DashboardHeader extends Component { render() { const { site, runner } = this.props return ( - <div class='dashboardHeader heading'> + <div className='dashboardHeader heading'> <h1>{site.name} cortex</h1> {this.renderStatus("GPU", runner.gpu)} {this.renderStatus("CPU", runner.cpu)} |
