joyent-portal/packages/cp-frontend/src/components/deployment-groups/empty.js

11 lines
200 B
JavaScript
Raw Normal View History

2017-05-16 16:46:04 +03:00
import React from 'react';
import { Col, Row } from 'react-styled-flexboxgrid';
2017-05-16 16:46:04 +03:00
export default () =>
2017-05-16 16:46:04 +03:00
<Row>
<Col xs={12}>
2017-05-16 16:46:04 +03:00
<p>you don't have any deployment groups</p>
</Col>
</Row>;