mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(cp-frontend): Add missing empty instances component
This commit is contained in:
parent
8e90dbfa56
commit
a14672355c
11
packages/cp-frontend/src/components/instances/empty.js
Normal file
11
packages/cp-frontend/src/components/instances/empty.js
Normal file
@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
import { Col, Row } from 'react-styled-flexboxgrid';
|
||||
import { P } from 'joyent-ui-toolkit';
|
||||
|
||||
export default () =>
|
||||
<Row>
|
||||
<Col xs={12}>
|
||||
<P>You don't have any instances</P>
|
||||
</Col>
|
||||
</Row>;
|
Loading…
Reference in New Issue
Block a user