mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
change grid, closes issue #188
This commit is contained in:
parent
37c879e2e4
commit
3914882403
@ -64,7 +64,7 @@ class ClientApplications extends PureComponent {
|
||||
|
||||
const content = this.state.activeTab === 0 ? (
|
||||
<Grid>
|
||||
<Cell col={3} tablet={4} phone={12}>
|
||||
<Cell col={6} tablet={4} phone={12}>
|
||||
<h6> Toggles</h6>
|
||||
<hr />
|
||||
<List>
|
||||
@ -87,7 +87,7 @@ class ClientApplications extends PureComponent {
|
||||
)}
|
||||
</List>
|
||||
</Cell>
|
||||
<Cell col={3} tablet={4} phone={12}>
|
||||
<Cell col={6} tablet={4} phone={12}>
|
||||
<h6>Implemented strategies</h6>
|
||||
<hr />
|
||||
<List>
|
||||
@ -110,7 +110,7 @@ class ClientApplications extends PureComponent {
|
||||
))}
|
||||
</List>
|
||||
</Cell>
|
||||
<Cell col={6} tablet={12}>
|
||||
<Cell col={12} tablet={12}>
|
||||
<h6>{instances.length} Instances registered</h6>
|
||||
<hr />
|
||||
<List>
|
||||
|
Loading…
Reference in New Issue
Block a user