diff options
Diffstat (limited to 'app/client/system/system.component.js')
| -rw-r--r-- | app/client/system/system.component.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index 10ec971..216c7cc 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -45,11 +45,10 @@ class System extends Component { render(){ const { site, server, relay, runner, rpc, actions } = this.props return ( - <div className='system'> + <div className='app system'> <div className='heading'> <h1>{site.name} system</h1> </div> - <div className='row params'> <div className='column'> <Group title="Status"> |
