improve: nest Servers within Schemes container (via #4911)

* improve: nest Servers within Schemes container

* linter fixes
This commit is contained in:
kyle
2018-09-28 20:33:06 -05:00
committed by GitHub
parent 1690b319af
commit c5c4e08368
5 changed files with 21 additions and 37 deletions

View File

@@ -60,9 +60,10 @@ export default class BaseLayout extends React.Component {
</Col>
</Row>
<SchemesContainer/>
<SchemesContainer>
<ServersContainer/>
</SchemesContainer>
<ServersContainer/>
<FilterContainer/>