fix(my-joy-beta): update tests

This commit is contained in:
Sara Vieira 2018-02-01 14:28:45 +00:00
parent a79caa49eb
commit cc987e69ba
24 changed files with 10483 additions and 11768 deletions

View File

@ -160,7 +160,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -297,6 +297,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
id="k"
onBlur={null}
placeholder="Example: mySQLdb"
required={true}
/>
</div>
</div>
@ -309,7 +310,6 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
>
<button
className="c7 c8 c9"
disabled={undefined}
href=""
type="submit"
>
@ -448,11 +448,6 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
background-color: rgb(59,70,204);
border-radius: 0.25rem;
border: solid 0.0625rem rgb(45,56,132);
cursor: not-allowed;
pointer-events: none;
color: rgb(216,216,216);
background-color: rgb(250,250,250);
border-color: rgb(216,216,216);
}
.c7:focus {
@ -481,23 +476,6 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
pointer-events: none;
}
.c7:focus {
background-color: rgb(250,250,250);
border-color: rgb(216,216,216);
}
.c7:hover {
background-color: rgb(250,250,250);
border-color: rgb(250,250,250);
}
.c7:active,
.c7:active:hover,
.c7:active:focus {
background-color: rgb(250,250,250);
border-color: rgb(250,250,250);
}
.c3 {
font-size: 0.9375rem;
line-height: 1.125rem;
@ -507,7 +485,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -644,6 +622,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
id="l"
onBlur={null}
placeholder="Example: mySQLdb"
required={true}
/>
</div>
</div>
@ -656,7 +635,6 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
>
<button
className="c7 c8 c9"
disabled={true}
href=""
type="submit"
>

View File

@ -5494,7 +5494,7 @@ exports[`renders <ToggleFirewallForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5698,7 +5698,7 @@ exports[`renders <ToggleFirewallForm submitting /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5712,7 +5712,7 @@ exports[`renders <ToggleFirewallForm submitting /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
color: rgb(216,216,216);
@ -5943,7 +5943,7 @@ exports[`renders <ToggleInactiveForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}

View File

@ -6,7 +6,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -504,7 +504,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -794,6 +794,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -1206,6 +1207,7 @@ exports[`renders <KeyValue expanded={false} /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
<div
@ -1248,7 +1250,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -1746,7 +1748,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -2036,6 +2038,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -2256,7 +2259,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -2718,7 +2721,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3094,6 +3097,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -3323,7 +3327,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -3821,7 +3825,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -4111,6 +4115,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -4331,7 +4336,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -4829,7 +4834,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5109,6 +5114,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -5349,7 +5355,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -5922,7 +5928,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -6212,6 +6218,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -6441,7 +6448,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -7036,7 +7043,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -7341,6 +7348,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -7588,7 +7596,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -8086,7 +8094,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -8376,6 +8384,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {

View File

@ -4756,7 +4756,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}

View File

@ -6,7 +6,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -365,7 +365,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -794,6 +794,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -1018,7 +1019,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -1377,7 +1378,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1796,6 +1797,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {

View File

@ -6,9 +6,9 @@ Array [
:
</b>,
" be on a",
" be on a ",
" ",
" node as the instance(s) identified by the instance ",
"node as the instance(s) identified by the instance ",
" ",
"key “",
"\\" and the instance tag value",
@ -25,9 +25,9 @@ Array [
:
</b>,
" be on a",
" be on a ",
" ",
" node as the instance(s) identified by the instance ",
"node as the instance(s) identified by the instance ",
" ",
"key “",
"\\" and the instance tag value",
@ -40,7 +40,6 @@ Array [
exports[`renders <Rule/> without throwing 1`] = `
.c0 {
margin-top: 0.75rem;
margin-bottom: 1.5rem;
}
@ -153,6 +152,32 @@ exports[`renders <Rule/> without throwing 1`] = `
display: none;
}
.c13 {
width: 8.125rem;
position: relative;
padding: 0.75rem;
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-radius: 0;
background: transparent;
padding: 0;
padding-right: 1rem;
display: inline;
height: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 0;
color: rgb(216,216,216);
margin: 0 0.375rem;
}
.c13::-ms-expand {
display: none;
}
.c2 {
color: rgba(73,73,73,1);
font-weight: normal;
@ -177,7 +202,7 @@ exports[`renders <Rule/> without throwing 1`] = `
-webkit-padding-after: 0;
}
.c13 {
.c15 {
box-sizing: border-box;
width: 18.75rem;
height: 3rem;
@ -211,41 +236,41 @@ exports[`renders <Rule/> without throwing 1`] = `
outline: 0;
}
.c13::-webkit-input-placeholder {
.c15::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13::-moz-placeholder {
.c15::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:-ms-input-placeholder {
.c15:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:invalid {
.c15:invalid {
box-shadow: none;
}
.c13:disabled {
.c15:disabled {
background-color: rgb(250,250,250);
color: rgb(216,216,216);
cursor: not-allowed;
}
.c13:disabled::-webkit-input-placeholder {
.c15:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:disabled::-moz-placeholder {
.c15:disabled::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:disabled:-ms-input-placeholder {
.c15:disabled:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:focus {
.c15:focus {
border-color: rgb(59,70,204);
outline: 0;
}
@ -540,6 +565,81 @@ exports[`renders <Rule/> without throwing 1`] = `
outline: 0;
}
.c14 {
box-sizing: border-box;
width: 18.75rem;
height: 3rem;
min-height: 3rem;
padding: 0.8125rem 1.125rem;
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-radius: 0;
background: transparent;
padding: 0;
padding-right: 0.75rem;
display: inline;
height: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 0;
max-width: 22.1875rem;
width: 8.125rem;
max-width: 8.125rem;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
font-stretch: normal;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
}
.c14::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:invalid {
box-shadow: none;
}
.c14:disabled {
background-color: rgb(250,250,250);
color: rgb(216,216,216);
cursor: not-allowed;
}
.c14:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:disabled::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:disabled:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:focus {
border-color: rgb(59,70,204);
outline: 0;
}
<div
className="c0"
>
@ -549,6 +649,12 @@ exports[`renders <Rule/> without throwing 1`] = `
>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
The instance
</h4>
@ -561,6 +667,12 @@ exports[`renders <Rule/> without throwing 1`] = `
<div
className="c4"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="4.125rem"
>
<select
@ -568,6 +680,12 @@ exports[`renders <Rule/> without throwing 1`] = `
disabled={false}
id="k"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="4.125rem"
>
<option
@ -585,6 +703,12 @@ exports[`renders <Rule/> without throwing 1`] = `
</div>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
be on
</h4>
@ -597,6 +721,12 @@ exports[`renders <Rule/> without throwing 1`] = `
<div
className="c4"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="5.625rem"
>
<select
@ -604,6 +734,12 @@ exports[`renders <Rule/> without throwing 1`] = `
disabled={false}
id="l"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="5.625rem"
>
<option
@ -621,6 +757,12 @@ exports[`renders <Rule/> without throwing 1`] = `
</div>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
node as the instance(s) identified by the
</h4>
@ -633,6 +775,12 @@ exports[`renders <Rule/> without throwing 1`] = `
<div
className="c9"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="7.5rem"
>
<select
@ -640,6 +788,12 @@ exports[`renders <Rule/> without throwing 1`] = `
disabled={false}
id="m"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="7.5rem"
>
<option
@ -667,14 +821,26 @@ exports[`renders <Rule/> without throwing 1`] = `
<div
className="c4"
disabled={false}
width="7.5rem"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="8.125rem"
>
<select
className="c10 c11"
className="c13 c14"
disabled={false}
id="n"
onBlur={undefined}
width="7.5rem"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="8.125rem"
>
<option
value="equalling"
@ -712,12 +878,18 @@ exports[`renders <Rule/> without throwing 1`] = `
style={undefined}
>
<input
className="c13"
className="c15"
disabled={false}
id="o"
onBlur={null}
placeholder="Example instance name: nginx"
required={true}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
/>
</div>
</div>
@ -726,7 +898,6 @@ exports[`renders <Rule/> without throwing 1`] = `
exports[`renders <Rule/> without throwing 2`] = `
.c0 {
margin-top: 0.75rem;
margin-bottom: 1.5rem;
}
@ -839,6 +1010,32 @@ exports[`renders <Rule/> without throwing 2`] = `
display: none;
}
.c13 {
width: 8.125rem;
position: relative;
padding: 0.75rem;
padding-right: 1.5625rem;
width: auto;
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-radius: 0;
background: transparent;
padding: 0;
padding-right: 1rem;
display: inline;
height: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 0;
color: rgb(216,216,216);
margin: 0 0.375rem;
}
.c13::-ms-expand {
display: none;
}
.c2 {
color: rgba(73,73,73,1);
font-weight: normal;
@ -863,7 +1060,7 @@ exports[`renders <Rule/> without throwing 2`] = `
-webkit-padding-after: 0;
}
.c13 {
.c15 {
box-sizing: border-box;
width: 18.75rem;
height: 3rem;
@ -897,41 +1094,41 @@ exports[`renders <Rule/> without throwing 2`] = `
outline: 0;
}
.c13::-webkit-input-placeholder {
.c15::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13::-moz-placeholder {
.c15::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:-ms-input-placeholder {
.c15:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:invalid {
.c15:invalid {
box-shadow: none;
}
.c13:disabled {
.c15:disabled {
background-color: rgb(250,250,250);
color: rgb(216,216,216);
cursor: not-allowed;
}
.c13:disabled::-webkit-input-placeholder {
.c15:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:disabled::-moz-placeholder {
.c15:disabled::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:disabled:-ms-input-placeholder {
.c15:disabled:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c13:focus {
.c15:focus {
border-color: rgb(59,70,204);
outline: 0;
}
@ -1226,6 +1423,81 @@ exports[`renders <Rule/> without throwing 2`] = `
outline: 0;
}
.c14 {
box-sizing: border-box;
width: 18.75rem;
height: 3rem;
min-height: 3rem;
padding: 0.8125rem 1.125rem;
border-radius: 0.25rem;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
border: none;
border-bottom: 0.0625rem solid rgba(73,73,73,1);
border-radius: 0;
background: transparent;
padding: 0;
padding-right: 0.75rem;
display: inline;
height: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 0;
max-width: 22.1875rem;
width: 8.125rem;
max-width: 8.125rem;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
font-style: normal;
font-stretch: normal;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
}
.c14::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:invalid {
box-shadow: none;
}
.c14:disabled {
background-color: rgb(250,250,250);
color: rgb(216,216,216);
cursor: not-allowed;
}
.c14:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:disabled::-moz-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:disabled:-ms-input-placeholder {
color: rgba(73,73,73,0.5);
}
.c14:focus {
border-color: rgb(59,70,204);
outline: 0;
}
<div
className="c0"
>
@ -1235,6 +1507,12 @@ exports[`renders <Rule/> without throwing 2`] = `
>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
The instance
</h4>
@ -1247,6 +1525,12 @@ exports[`renders <Rule/> without throwing 2`] = `
<div
className="c4"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="4.125rem"
>
<select
@ -1254,6 +1538,12 @@ exports[`renders <Rule/> without throwing 2`] = `
disabled={false}
id="p"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="4.125rem"
>
<option
@ -1271,6 +1561,12 @@ exports[`renders <Rule/> without throwing 2`] = `
</div>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
be on
</h4>
@ -1283,6 +1579,12 @@ exports[`renders <Rule/> without throwing 2`] = `
<div
className="c4"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="5.625rem"
>
<select
@ -1290,6 +1592,12 @@ exports[`renders <Rule/> without throwing 2`] = `
disabled={false}
id="q"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="5.625rem"
>
<option
@ -1307,6 +1615,12 @@ exports[`renders <Rule/> without throwing 2`] = `
</div>
<h4
className="c2"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
>
node as the instance(s) identified by the
</h4>
@ -1319,6 +1633,12 @@ exports[`renders <Rule/> without throwing 2`] = `
<div
className="c9"
disabled={false}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="7.5rem"
>
<select
@ -1326,6 +1646,12 @@ exports[`renders <Rule/> without throwing 2`] = `
disabled={false}
id="r"
onBlur={undefined}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="7.5rem"
>
<option
@ -1353,14 +1679,26 @@ exports[`renders <Rule/> without throwing 2`] = `
<div
className="c4"
disabled={false}
width="7.5rem"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="8.125rem"
>
<select
className="c10 c11"
className="c13 c14"
disabled={false}
id="s"
onBlur={undefined}
width="7.5rem"
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
width="8.125rem"
>
<option
value="equalling"
@ -1398,12 +1736,18 @@ exports[`renders <Rule/> without throwing 2`] = `
style={undefined}
>
<input
className="c13"
className="c15"
disabled={false}
id="t"
onBlur={null}
placeholder="Example instance name: nginx"
required={true}
style={
Object {
"fontSize": "18px",
"lineHeight": "48px",
}
}
/>
</div>
</div>

View File

@ -216,7 +216,7 @@ exports[`renders <Name /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -635,7 +635,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1054,7 +1054,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1473,7 +1473,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}

View File

@ -63,6 +63,9 @@ exports[`renders <Filters /> without throwing 1`] = `
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
@ -267,7 +270,7 @@ exports[`renders <Filters /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -384,6 +387,7 @@ exports[`renders <Filters /> without throwing 1`] = `
</h4>
<div
className="c2"
wrap={true}
>
<div
className="baseline-jVaZNU kXgQxt c3"
@ -722,6 +726,10 @@ exports[`renders <Filters /> without throwing 1`] = `
exports[`renders <Overview /> without throwing 1`] = `
Array [
.c0 {
margin-bottom: 0.75rem;
}
.c1 {
color: rgba(73,73,73,1);
font-weight: normal;
line-height: 1.625rem;
@ -730,24 +738,15 @@ Array [
font-weight: 600;
}
.c0 + p,
.c0 + small,
.c0 + h1,
.c0 + h2,
.c0 + label,
.c0 + h3,
.c0 + h4,
.c0 + h5,
.c0 + div,
.c0 + span {
margin-top: 1.5rem;
}
<h3
<div
className="c0"
>
test
</h3>,
<h3
className="c1"
>
test
</h3>
</div>,
.c0 {
display: -webkit-box;
display: -webkit-flex;
@ -817,6 +816,10 @@ Array [
exports[`renders <Overview hasVms/> without throwing 1`] = `
Array [
.c0 {
margin-bottom: 0.75rem;
}
.c1 {
color: rgba(73,73,73,1);
font-weight: normal;
line-height: 1.625rem;
@ -825,24 +828,15 @@ Array [
font-weight: 600;
}
.c0 + p,
.c0 + small,
.c0 + h1,
.c0 + h2,
.c0 + label,
.c0 + h3,
.c0 + h4,
.c0 + h5,
.c0 + div,
.c0 + span {
margin-top: 1.5rem;
}
<h3
<div
className="c0"
>
test
</h3>,
<h3
className="c1"
>
test
</h3>
</div>,
.c0 {
display: -webkit-box;
display: -webkit-flex;
@ -1021,7 +1015,7 @@ exports[`renders <Package /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1201,6 +1195,11 @@ exports[`renders <Package /> without throwing 1`] = `
<label
className="c10"
htmlFor="l"
style={
Object {
"fontWeight": "normal",
}
}
>
test
</label>
@ -1351,10 +1350,6 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
width: 100%;
}
.c6 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;
@ -1680,10 +1675,6 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
width: 100%;
}
.c6 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;
@ -2009,10 +2000,6 @@ exports[`renders <Packages loading /> without throwing 1`] = `
width: 100%;
}
.c6 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;
@ -2256,10 +2243,6 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
width: 100%;
}
.c6 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;
@ -2550,10 +2533,6 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
width: 100%;
}
.c6 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;

View File

@ -6,7 +6,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -468,7 +468,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -844,6 +844,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -1077,7 +1078,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -1549,7 +1550,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1915,6 +1916,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {

View File

@ -184,10 +184,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;
@ -694,6 +690,8 @@ exports[`renders <Item /> without throwing 1`] = `
height: 0.75rem;
border-radius: 50%;
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c8 {
@ -1084,6 +1082,8 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
height: 0.75rem;
border-radius: 50%;
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c8 {
@ -1490,10 +1490,6 @@ exports[`renders <Item mutating /> without throwing 1`] = `
width: 100%;
}
.c1 tr:first-child td {
border-top: none;
}
.c3 {
border-width: 0.0625rem;
border-style: solid;
@ -1777,10 +1773,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;
@ -2389,10 +2381,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;
@ -3001,10 +2989,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;
@ -3613,10 +3597,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;
@ -4225,10 +4205,6 @@ Array [
width: 100%;
}
.c17 tr:first-child td {
border-top: none;
}
.c4 {
border-width: 0.0625rem;
border-style: solid;

View File

@ -737,7 +737,7 @@ exports[`renders <Summary /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -774,6 +774,8 @@ exports[`renders <Summary /> without throwing 1`] = `
height: 0.9375rem;
border-radius: 50%;
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -852,6 +854,7 @@ exports[`renders <Summary /> without throwing 1`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
text-overflow: ellipsis;
font-size: 0.9375rem;
@ -898,6 +901,22 @@ exports[`renders <Summary /> without throwing 1`] = `
color: rgba(73,73,73,0.5);
}
.c30:disabled {
color: rgba(73,73,73,1);
}
.c30:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c30:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c30:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c30:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -913,6 +932,7 @@ exports[`renders <Summary /> without throwing 1`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -958,6 +978,22 @@ exports[`renders <Summary /> without throwing 1`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -2662,7 +2698,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -2700,6 +2736,8 @@ exports[`renders <Summary instance /> without throwing 1`] = `
border-radius: 50%;
background-color: rgb(0,152,88);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -2778,6 +2816,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -2823,6 +2862,22 @@ exports[`renders <Summary instance /> without throwing 1`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -4704,7 +4759,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -4742,6 +4797,8 @@ exports[`renders <Summary instance /> without throwing 2`] = `
border-radius: 50%;
background-color: rgb(0,152,88);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -4820,6 +4877,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -4865,6 +4923,22 @@ exports[`renders <Summary instance /> without throwing 2`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -6635,7 +6709,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -6672,6 +6746,8 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
height: 0.9375rem;
border-radius: 50%;
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -6750,6 +6826,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
text-overflow: ellipsis;
font-size: 0.9375rem;
@ -6796,6 +6873,22 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgba(73,73,73,0.5);
}
.c34:disabled {
color: rgba(73,73,73,1);
}
.c34:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -6811,6 +6904,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -6856,6 +6950,22 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgba(73,73,73,0.5);
}
.c36:disabled {
color: rgba(73,73,73,1);
}
.c36:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c36:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c36:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c36:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -8612,7 +8722,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -8650,6 +8760,8 @@ exports[`renders <Summary state /> without throwing 1`] = `
border-radius: 50%;
background-color: rgb(0,152,88);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -8728,6 +8840,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
text-overflow: ellipsis;
font-size: 0.9375rem;
@ -8774,6 +8887,22 @@ exports[`renders <Summary state /> without throwing 1`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -8789,6 +8918,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -8834,6 +8964,22 @@ exports[`renders <Summary state /> without throwing 1`] = `
color: rgba(73,73,73,0.5);
}
.c34:disabled {
color: rgba(73,73,73,1);
}
.c34:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -10538,7 +10684,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -10576,6 +10722,8 @@ exports[`renders <Summary state /> without throwing 2`] = `
border-radius: 50%;
background-color: rgb(216,216,216);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -10654,6 +10802,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
text-overflow: ellipsis;
font-size: 0.9375rem;
@ -10700,6 +10849,22 @@ exports[`renders <Summary state /> without throwing 2`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -10715,6 +10880,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -10760,6 +10926,22 @@ exports[`renders <Summary state /> without throwing 2`] = `
color: rgba(73,73,73,0.5);
}
.c34:disabled {
color: rgba(73,73,73,1);
}
.c34:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c34:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c34:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -12300,7 +12482,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -12338,6 +12520,8 @@ exports[`renders <Summary state /> without throwing 3`] = `
border-radius: 50%;
background-color: rgb(59,70,204);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c2 {
@ -12416,6 +12600,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
text-overflow: ellipsis;
font-size: 0.9375rem;
@ -12462,6 +12647,22 @@ exports[`renders <Summary state /> without throwing 3`] = `
color: rgba(73,73,73,0.5);
}
.c30:disabled {
color: rgba(73,73,73,1);
}
.c30:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c30:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c30:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c30:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -12477,6 +12678,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -12522,6 +12724,22 @@ exports[`renders <Summary state /> without throwing 3`] = `
color: rgba(73,73,73,0.5);
}
.c32:disabled {
color: rgba(73,73,73,1);
}
.c32:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c32:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c32:focus {
border-color: rgb(59,70,204);
outline: 0;

View File

@ -417,7 +417,7 @@ Array [
}
.c0 {
margin-bottom: 1.5rem;
margin-bottom: 1.125rem;
}
<div
@ -427,7 +427,7 @@ Array [
className="c1"
>
0
key:value pair
keyvalue pair
s
</h3>
</div>,
@ -790,7 +790,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1220,7 +1220,7 @@ Array [
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -1274,6 +1274,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -2011,7 +2012,7 @@ Array [
}
.c0 {
margin-bottom: 1.5rem;
margin-bottom: 1.125rem;
}
<div
@ -2021,7 +2022,7 @@ Array [
className="c1"
>
0
key:value pair
keyvalue pair
s
</h3>
</div>,
@ -2748,7 +2749,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3169,7 +3170,7 @@ Array [
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -3232,6 +3233,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -3308,32 +3310,13 @@ Array [
className="c7"
>
<span>
hello-
hello—å
</span>
<span>
world
</span>
</div>
</div>
<svg
className=""
height="6"
innerRef={undefined}
onClick={[Function]}
style={
Object {
"transform": "rotate(180deg)",
}
}
viewBox="0 0 9.6 6"
width="9.6"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
</div>
@ -3882,7 +3865,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -4303,7 +4286,7 @@ Array [
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -4366,6 +4349,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -4442,32 +4426,13 @@ Array [
className="c7"
>
<span>
hello2-
hello2—å
</span>
<span>
world2
</span>
</div>
</div>
<svg
className=""
height="6"
innerRef={undefined}
onClick={[Function]}
style={
Object {
"transform": "rotate(180deg)",
}
}
viewBox="0 0 9.6 6"
width="9.6"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M9.6,1.12,8.24,0,4.8,3.5,1.36,0,0,1.12,4.8,6Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
</div>
@ -4927,7 +4892,7 @@ Array [
}
.c0 {
margin-bottom: 1.5rem;
margin-bottom: 1.125rem;
}
<div
@ -4937,7 +4902,7 @@ Array [
className="c1"
>
2
key:value pair
keyvalue pair
s
</h3>
</div>,
@ -5300,7 +5265,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5721,7 +5686,7 @@ Array [
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -5784,6 +5749,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -5860,7 +5826,7 @@ Array [
className="c7"
>
<span>
hello-
hello—å
</span>
<span>
world
@ -6434,7 +6400,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -6855,7 +6821,7 @@ Array [
}
.c20 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -6918,6 +6884,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -6994,7 +6961,7 @@ Array [
className="c7"
>
<span>
hello2-
hello2—å
</span>
<span>
world2

View File

@ -2591,27 +2591,27 @@ Array [
s
added
</h3>,
.c7 {
.c5 {
color: rgba(73,73,73,1);
line-height: 1.5rem;
font-size: 0.9375rem;
margin: 0;
}
.c7 + p,
.c7 + small,
.c7 + h1,
.c7 + h2,
.c7 + label,
.c7 + h3,
.c7 + h4,
.c7 + h5,
.c7 + div,
.c7 + span {
.c5 + p,
.c5 + small,
.c5 + h1,
.c5 + h2,
.c5 + label,
.c5 + h3,
.c5 + h4,
.c5 + h5,
.c5 + div,
.c5 + span {
padding-bottom: 2.25rem;
}
.c0 {
.c7 {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
@ -2630,23 +2630,13 @@ Array [
margin-left: -0.625rem;
}
.c1 {
box-sizing: border-box;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.625rem;
padding-left: 0.625rem;
display: block;
}
.c8 {
.c6 {
background-color: rgb(216,216,216);
margin: 0;
height: 0.0625rem;
}
.c5 {
.c3 {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
@ -2663,28 +2653,28 @@ Array [
display: block;
}
.c12 {
.c11 {
margin-right: 0.375rem;
}
.c10 {
.c9 {
margin-right: 1.5rem;
}
.c2 {
.c0 {
display: inline-block;
margin-top: 1.125rem;
margin-right: 1.125rem;
}
.c6 {
.c4 {
margin-top: 0.75rem;
margin-right: 1.125rem;
margin-bottom: 0.75rem;
margin-left: 1.125rem;
}
.c9 {
.c8 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@ -2704,7 +2694,7 @@ Array [
align-content: stretch;
}
.c11 {
.c10 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@ -2728,7 +2718,7 @@ Array [
align-items: center;
}
.c4 {
.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@ -2751,7 +2741,7 @@ Array [
flex-direction: column;
}
.c3 {
.c1 {
display: inline-block;
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
@ -2759,24 +2749,6 @@ Array [
min-width: 18.75rem;
}
@media only screen and (min-width:0em) {
.c1 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media only screen and (min-width:48em) {
.c1 {
-webkit-flex-basis: 66.66666666666667%;
-ms-flex-preferred-size: 66.66666666666667%;
flex-basis: 66.66666666666667%;
max-width: 66.66666666666667%;
}
}
<form>
<div
className="c0"
@ -2793,122 +2765,114 @@ Array [
<div
className="c4"
>
<div
<p
className="c5"
>
<div
className="c6"
>
<p
className="c7"
>
name2
</p>
</div>
</div>
name2
</p>
</div>
</div>
<div
className="c3"
>
<div
className="c6 c7"
height="0.0625rem"
/>
</div>
<div
className="c3"
>
<div
className="c4"
>
<div
className="c5"
className="c8"
>
<div
className="c8 c0"
height="0.0625rem"
/>
</div>
<div
className="c5"
>
<div
className="c6"
className="c9"
>
<div
className="c9"
className="c3"
>
<div
className="c10"
>
<div
className="c5"
className="c3"
>
<div
className="c11"
>
<div
className="c5"
<svg
className=""
height="16"
innerRef={undefined}
style={
Object {
"transform": "rotate(0deg)",
}
}
viewBox="0 0 12 16"
width="12"
xmlns="http://www.w3.org/2000/svg"
>
<div
className="c12"
>
<svg
className=""
height="16"
innerRef={undefined}
style={
Object {
"transform": "rotate(0deg)",
}
}
viewBox="0 0 12 16"
width="12"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
<div
className="c5"
>
<p
className="c7"
>
Private
</p>
</div>
<path
d="M10,6V4A4,4,0,0,0,2,4V6H2A2,2,0,0,0,0,8v6a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V8A2,2,0,0,0,10,6ZM4,4c0-1.65.35-2,2-2s2,.35,2,2V6H4Zm6,9a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V9A1,1,0,0,1,3,8H9a1,1,0,0,1,1,1ZM6,13H6a1,1,0,0,1-1-1V10A1,1,0,0,1,6,9H6a1,1,0,0,1,1,1v2A1,1,0,0,1,6,13Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
<div
className="c3"
>
<p
className="c5"
>
Private
</p>
</div>
</div>
</div>
</div>
<div
className=""
>
<div
className="c3"
>
<div
className=""
className="c10"
>
<div
className="c5"
className="c3"
>
<div
className="c11"
>
<div
className="c5"
<svg
height="13"
viewBox="0 0 9 13"
width="9"
xmlns="http://www.w3.org/2000/svg"
>
<div
className="c12"
>
<svg
height="13"
viewBox="0 0 9 13"
width="9"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
<div
className="c5"
>
<p
className="c7"
>
Data center network
</p>
</div>
<path
d="M0,0V13H9V0ZM7,11H2V2H7ZM3,4H6V3H3ZM3,6H6V5H3ZM3,8H6V7H3Z"
fill="rgba(73, 73, 73, 1)"
/>
</svg>
</div>
</div>
<div
className="c3"
>
<p
className="c5"
>
Data center network
</p>
</div>
</div>
</div>
</div>

View File

@ -432,36 +432,6 @@ Array [
<ul
className="c0"
/>,
.c1 {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.c0 {
background-color: rgb(216,216,216);
margin: 0;
background-color: transparent;
height: 0.75rem;
}
<div
className="c0 c1"
height="0.75rem"
/>,
.c23 {
font-family: sans-serif;
@ -810,7 +780,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1175,7 +1145,7 @@ Array [
}
.c18 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -1256,6 +1226,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -2006,36 +1977,6 @@ Array [
<ul
className="c0"
/>,
.c1 {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.c0 {
background-color: rgb(216,216,216);
margin: 0;
background-color: transparent;
height: 0.75rem;
}
<div
className="c0 c1"
height="0.75rem"
/>,
.c3 {
font-family: sans-serif;
@ -2684,36 +2625,6 @@ Array [
<ul
className="c0"
/>,
.c1 {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.c0 {
background-color: rgb(216,216,216);
margin: 0;
background-color: transparent;
height: 0.75rem;
}
<div
className="c0 c1"
height="0.75rem"
/>,
.c3 {
font-family: sans-serif;

View File

@ -501,7 +501,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -870,7 +870,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -924,6 +924,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -1702,7 +1703,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -2071,7 +2072,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -2125,6 +2126,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -3560,7 +3562,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3929,7 +3931,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -3983,6 +3985,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -4879,7 +4882,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5239,7 +5242,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -5302,6 +5305,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -6227,7 +6231,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -6587,7 +6591,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -6650,6 +6654,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {
@ -7487,7 +7492,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -7856,7 +7861,7 @@ Array [
}
.c19 {
margin-top: 0.75rem;
margin-top: 0.375rem;
}
.c3 {
@ -7910,6 +7915,7 @@ Array [
.c5 {
height: 2.9375rem;
max-width: 98%;
}
@media only screen and (min-width:0em) {

View File

@ -8,13 +8,12 @@ import { Margin } from 'styled-components-spacing';
import { set } from 'react-redux-values';
import punycode from 'punycode';
import { CnsIcon, H3, Button, FormLabel, TagList } from 'joyent-ui-toolkit';
import { CnsIcon, H3, Button } from 'joyent-ui-toolkit';
import Title from '@components/create-instance/title';
import Animated from '@containers/create-instance/animated';
import Cns, { Footer, AddServiceForm } from '@components/cns';
import Description from '@components/description';
import Tag from '@components/tags';
import GetAccount from '@graphql/get-account.gql';
const CNS_FORM = 'create-instance-cns';

View File

@ -55,7 +55,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -545,7 +545,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1080,7 +1080,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1570,7 +1570,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -2653,7 +2653,7 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3227,7 +3227,7 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3764,7 +3764,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -4125,7 +4125,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -4527,7 +4527,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5391,7 +5391,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -5752,7 +5752,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -6154,7 +6154,7 @@ Array [
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}

View File

@ -1297,7 +1297,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -1451,6 +1451,8 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-radius: 50%;
background-color: rgb(0,152,88);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c3 {
@ -1529,6 +1531,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -1574,6 +1577,22 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgba(73,73,73,0.5);
}
.c33:disabled {
color: rgba(73,73,73,1);
}
.c33:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c33:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c33:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c33:focus {
border-color: rgb(59,70,204);
outline: 0;
@ -3377,7 +3396,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgb(70,70,70);
text-align: left;
margin-right: 0.75rem;
font-weight: bold;
font-weight: 600;
white-space: pre;
font-size: 0.8125rem;
}
@ -3531,6 +3550,8 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
border-radius: 50%;
background-color: rgb(0,152,88);
display: inline-block;
margin-right: 0rem;
margin-left: 0rem;
}
.c3 {
@ -3609,6 +3630,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
background-color: rgb(255,255,255);
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
font-family: "Roboto Mono",monospace;
width: 100%;
font-size: 0.9375rem;
line-height: normal !important;
@ -3654,6 +3676,22 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
color: rgba(73,73,73,0.5);
}
.c33:disabled {
color: rgba(73,73,73,1);
}
.c33:disabled::-webkit-input-placeholder {
color: rgba(73,73,73,1);
}
.c33:disabled::-moz-placeholder {
color: rgba(73,73,73,1);
}
.c33:disabled:-ms-input-placeholder {
color: rgba(73,73,73,1);
}
.c33:focus {
border-color: rgb(59,70,204);
outline: 0;