Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -1436,10 +1436,12 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
@ -1761,10 +1763,12 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
@ -2086,10 +2090,12 @@ exports[`renders <Packages loading /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
@ -2619,10 +2625,12 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c7 {
|
.c7 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
|
@ -8,10 +8,12 @@ import NoPackagesImage from '@assets/no-packages.svg';
|
|||||||
|
|
||||||
const NoPackagesTitle = styled(H3)`
|
const NoPackagesTitle = styled(H3)`
|
||||||
color: ${props => props.theme.greyDark};
|
color: ${props => props.theme.greyDark};
|
||||||
|
text-align: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const FullWidthCard = styled(Card)`
|
const FullWidthCard = styled(Card)`
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default ({ children }) => (
|
export default ({ children }) => (
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@ -572,10 +572,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -2151,10 +2153,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -2759,10 +2763,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -3367,10 +3373,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -3975,10 +3983,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -4583,10 +4593,12 @@ Array [
|
|||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@ -317,10 +317,12 @@ Array [
|
|||||||
|
|
||||||
.c20 {
|
.c20 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c15 {
|
.c15 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
@ -807,10 +809,12 @@ Array [
|
|||||||
|
|
||||||
.c21 {
|
.c21 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c16 {
|
.c16 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
@ -1342,10 +1346,12 @@ Array [
|
|||||||
|
|
||||||
.c20 {
|
.c20 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c15 {
|
.c15 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
@ -1832,10 +1838,12 @@ Array [
|
|||||||
|
|
||||||
.c21 {
|
.c21 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c16 {
|
.c16 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
@ -2949,10 +2957,12 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c26 {
|
.c26 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c21 {
|
.c21 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
@ -3523,10 +3533,12 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
|
|||||||
|
|
||||||
.c26 {
|
.c26 {
|
||||||
color: rgb(151,151,151);
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c21 {
|
.c21 {
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
|
@ -5,6 +5,14 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
margin-top: 0.1875rem;
|
margin-top: 0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c36 {
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c34 {
|
||||||
|
padding: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
@ -247,6 +255,27 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
margin-left: -0.625rem;
|
margin-left: -0.625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c38 {
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
font-size: 1.3125rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c38 + p,
|
||||||
|
.c38 + small,
|
||||||
|
.c38 + h1,
|
||||||
|
.c38 + h2,
|
||||||
|
.c38 + label,
|
||||||
|
.c38 + h3,
|
||||||
|
.c38 + h4,
|
||||||
|
.c38 + h5,
|
||||||
|
.c38 + div,
|
||||||
|
.c38 + span {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.c1 {
|
.c1 {
|
||||||
background-color: rgb(216,216,216);
|
background-color: rgb(216,216,216);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -268,6 +297,28 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c33 {
|
||||||
|
box-sizing: content-box;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex: 1 0 auto;
|
||||||
|
-ms-flex: 1 0 auto;
|
||||||
|
flex: 1 0 auto;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
border-width: 0.0625rem;
|
||||||
|
border-style: solid;
|
||||||
|
-webkit-transition: all 300ms ease;
|
||||||
|
transition: all 300ms ease;
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
background-color: rgb(255,255,255);
|
||||||
|
border-color: rgb(216,216,216);
|
||||||
|
}
|
||||||
|
|
||||||
.c23 {
|
.c23 {
|
||||||
color: rgb(100,100,100);
|
color: rgb(100,100,100);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -664,6 +715,47 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c35 {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
flex-direction: row;
|
||||||
|
-webkit-flex-wrap: nowrap;
|
||||||
|
-ms-flex-wrap: nowrap;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
-ms-flex-pack: start;
|
||||||
|
justify-content: flex-start;
|
||||||
|
-webkit-align-content: stretch;
|
||||||
|
-ms-flex-line-pack: stretch;
|
||||||
|
align-content: stretch;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
flex-direction: column;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c37 {
|
||||||
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c32 {
|
||||||
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 46rem;
|
width: 46rem;
|
||||||
@ -902,6 +994,35 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
/>
|
/>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
<div
|
||||||
|
className="c32 c33"
|
||||||
|
disabled={false}
|
||||||
|
name="card"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c34"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c35"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c36"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
alt="Sad Animal"
|
||||||
|
src="no-packages.svg"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<h3
|
||||||
|
className="c37 c38"
|
||||||
|
>
|
||||||
|
You haven't created any instances yet, but they're really easy to set up.
|
||||||
|
<br />
|
||||||
|
Click above to get going.
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -910,10 +1031,18 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
margin-top: 0.1875rem;
|
margin-top: 0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c42 {
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.c14 {
|
.c14 {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c40 {
|
||||||
|
padding: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.c12 {
|
.c12 {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
@ -1178,6 +1307,27 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
margin-left: -0.625rem;
|
margin-left: -0.625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c44 {
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
font-size: 1.3125rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c44 + p,
|
||||||
|
.c44 + small,
|
||||||
|
.c44 + h1,
|
||||||
|
.c44 + h2,
|
||||||
|
.c44 + label,
|
||||||
|
.c44 + h3,
|
||||||
|
.c44 + h4,
|
||||||
|
.c44 + h5,
|
||||||
|
.c44 + div,
|
||||||
|
.c44 + span {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.c18 {
|
.c18 {
|
||||||
color: rgba(73,73,73,1);
|
color: rgba(73,73,73,1);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -1207,6 +1357,28 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c39 {
|
||||||
|
box-sizing: content-box;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex: 1 0 auto;
|
||||||
|
-ms-flex: 1 0 auto;
|
||||||
|
flex: 1 0 auto;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
border-width: 0.0625rem;
|
||||||
|
border-style: solid;
|
||||||
|
-webkit-transition: all 300ms ease;
|
||||||
|
transition: all 300ms ease;
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
background-color: rgb(255,255,255);
|
||||||
|
border-color: rgb(216,216,216);
|
||||||
|
}
|
||||||
|
|
||||||
.c29 {
|
.c29 {
|
||||||
color: rgb(100,100,100);
|
color: rgb(100,100,100);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1629,6 +1801,47 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c41 {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
flex-direction: row;
|
||||||
|
-webkit-flex-wrap: nowrap;
|
||||||
|
-ms-flex-wrap: nowrap;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
-ms-flex-pack: start;
|
||||||
|
justify-content: flex-start;
|
||||||
|
-webkit-align-content: stretch;
|
||||||
|
-ms-flex-line-pack: stretch;
|
||||||
|
align-content: stretch;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
flex-direction: column;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c43 {
|
||||||
|
color: rgb(151,151,151);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c38 {
|
||||||
|
width: calc(100% - 2px);
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:48em) {
|
@media only screen and (min-width:48em) {
|
||||||
.c0 {
|
.c0 {
|
||||||
width: 46rem;
|
width: 46rem;
|
||||||
@ -1892,6 +2105,35 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
/>
|
/>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
<div
|
||||||
|
className="c38 c39"
|
||||||
|
disabled={false}
|
||||||
|
name="card"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c40"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c41"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="c42"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
alt="Sad Animal"
|
||||||
|
src="no-packages.svg"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<h3
|
||||||
|
className="c43 c44"
|
||||||
|
>
|
||||||
|
You haven't created any instances yet, but they're really easy to set up.
|
||||||
|
<br />
|
||||||
|
Click above to get going.
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ import {
|
|||||||
Item as InstanceListItem
|
Item as InstanceListItem
|
||||||
} from '@components/instances/list';
|
} from '@components/instances/list';
|
||||||
|
|
||||||
|
import Empty from '@components/empty';
|
||||||
import InstanceListActions from '@components/instances/footer';
|
import InstanceListActions from '@components/instances/footer';
|
||||||
|
|
||||||
const TABLE_FORM_NAME = 'instance-list-table';
|
const TABLE_FORM_NAME = 'instance-list-table';
|
||||||
@ -102,8 +103,7 @@ export const List = ({
|
|||||||
sortBy={sortBy}
|
sortBy={sortBy}
|
||||||
sortOrder={sortOrder}
|
sortOrder={sortOrder}
|
||||||
toggleSelectAll={toggleSelectAll}
|
toggleSelectAll={toggleSelectAll}
|
||||||
onSortBy={handleSortBy}
|
onSortBy={handleSortBy}>
|
||||||
>
|
|
||||||
{_instances.map(({ id, ...rest }) => (
|
{_instances.map(({ id, ...rest }) => (
|
||||||
<InstanceListItem
|
<InstanceListItem
|
||||||
key={id}
|
key={id}
|
||||||
@ -120,6 +120,15 @@ export const List = ({
|
|||||||
</ReduxForm>
|
</ReduxForm>
|
||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
|
const _empty =
|
||||||
|
!loading && !_instances.length ? (
|
||||||
|
<Empty>
|
||||||
|
You haven't created any instances yet, but they're really easy to set
|
||||||
|
up.<br />
|
||||||
|
Click above to get going.
|
||||||
|
</Empty>
|
||||||
|
) : null;
|
||||||
|
|
||||||
const _footer =
|
const _footer =
|
||||||
!loading && selected.length ? (
|
!loading && selected.length ? (
|
||||||
<InstanceListActions
|
<InstanceListActions
|
||||||
@ -151,6 +160,7 @@ export const List = ({
|
|||||||
{_mutationError}
|
{_mutationError}
|
||||||
{_loading}
|
{_loading}
|
||||||
{_table}
|
{_table}
|
||||||
|
{_empty}
|
||||||
{_footer}
|
{_footer}
|
||||||
</ViewContainer>
|
</ViewContainer>
|
||||||
);
|
);
|
||||||
|