fix(my-joy-beta): fix bugs

This commit is contained in:
Sara Vieira 2018-02-22 14:29:00 +00:00
parent ef61bbce61
commit ecc55d6b6c
53 changed files with 2879 additions and 1790 deletions

View File

@ -8,12 +8,7 @@ export default props => (
{...props}
>
<defs>
<style
dangerouslySetInnerHTML={{
__html:
'.cls-1{fill:url(#linear-gradient);}.cls-2{fill:#1b3240;opacity:0.66;isolation:isolate;}.cls-3{fill:url(#linear-gradient-2);}'
}}
/>
<linearGradient
id="linear-gradient"
y1="225.5"
@ -43,16 +38,15 @@ export default props => (
<g id="svg4300">
<path
id="_Path_"
data-name="<Path>"
className="cls-1"
style={{ fill: 'url(#linear-gradient)'}}
d="M14.2.3a1.53,1.53,0,0,1,1.6,0L29.2,8A1.6,1.6,0,0,1,30,9.4V24.9a1.6,1.6,0,0,1-.8,1.4L15.8,34a1.53,1.53,0,0,1-1.6,0L.8,26.3A1.6,1.6,0,0,1,0,24.9V9.4A1.6,1.6,0,0,1,.8,8Z"
/>
<path
className="cls-2"
style={{ fill:' #1b3240', opacity: 0.66, isolation: 'isolate'}}
d="M28.8,8,15.5.2c-.1-.1-.3-.1-.4-.2L0,25.8a1,1,0,0,0,.5.4l13.4,7.7a1.5,1.5,0,0,0,1.3.1L29.3,8.2C29.1,8.2,29,8.1,28.8,8Z"
/>
<path
className="cls-3"
style={{ fill: 'url(#linear-gradient-2)'}}
d="M15.9,34l13.4-7.7a1.51,1.51,0,0,0,.7-1.4v-.1L15.6.1a1.53,1.53,0,0,0-1.3.2L1.1,7.9,15.5,34.1C15.6,34.1,15.7,34,15.9,34Z"
/>
</g>

View File

@ -59,6 +59,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -113,6 +114,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -169,6 +171,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -228,6 +231,7 @@ exports[`renders <AddServiceForm /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -396,6 +400,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -450,6 +455,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -506,6 +512,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -565,6 +572,7 @@ exports[`renders <AddServiceForm pristine /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -5401,6 +5401,7 @@ exports[`renders <ToggleFirewallForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5605,6 +5606,7 @@ exports[`renders <ToggleFirewallForm submitting /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5619,6 +5621,7 @@ exports[`renders <ToggleFirewallForm submitting /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5850,6 +5853,7 @@ exports[`renders <ToggleInactiveForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;

View File

@ -7,6 +7,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -61,6 +62,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -150,6 +152,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -240,6 +243,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -358,6 +362,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -372,6 +377,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -750,6 +756,7 @@ exports[`renders <KeyValue /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1276,6 +1283,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1330,6 +1338,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1419,6 +1428,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1509,6 +1519,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1627,6 +1638,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1641,6 +1653,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -2019,6 +2032,7 @@ exports[`renders <KeyValue input="input" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2306,6 +2320,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2373,6 +2388,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2462,6 +2478,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2552,6 +2569,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2670,6 +2688,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2684,6 +2703,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -3018,6 +3038,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -3081,6 +3102,7 @@ exports[`renders <KeyValue input="textarea" /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -3392,6 +3414,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3446,6 +3469,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3535,6 +3559,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3625,6 +3650,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3743,6 +3769,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3757,6 +3784,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -4135,6 +4163,7 @@ exports[`renders <KeyValue method="add" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -4422,6 +4451,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -4476,6 +4506,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4565,6 +4596,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4655,6 +4687,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4773,6 +4806,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -4787,6 +4821,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -5146,6 +5181,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -5201,6 +5237,7 @@ exports[`renders <KeyValue method="edit" /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -5462,6 +5499,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5569,6 +5607,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5658,6 +5697,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5748,6 +5788,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5888,6 +5929,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5902,6 +5944,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -6280,6 +6323,7 @@ exports[`renders <KeyValue removing /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -6576,6 +6620,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6683,6 +6728,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6773,6 +6819,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6924,6 +6971,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7024,6 +7072,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -7038,6 +7087,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -7419,6 +7469,7 @@ exports[`renders <KeyValue submitting /> without throwing 1`] = `
color: rgb(216,216,216);
cursor: not-allowed;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -7745,6 +7796,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -7799,6 +7851,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7888,6 +7941,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7978,6 +8032,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -8096,6 +8151,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -8110,6 +8166,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -8488,6 +8545,7 @@ exports[`renders <KeyValue type="tag" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -4637,6 +4637,7 @@ exports[`renders <Network {...network} infoExpanded /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;

View File

@ -24,6 +24,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -78,6 +79,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -167,6 +169,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -257,6 +260,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -375,6 +379,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -389,6 +394,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -750,6 +756,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1054,6 +1061,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1108,6 +1116,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1197,6 +1206,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1287,6 +1297,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1405,6 +1416,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1419,6 +1431,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1761,6 +1774,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1816,6 +1830,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -225,6 +225,7 @@ exports[`renders <Rule/> without throwing 1`] = `
appearance: none;
min-height: 0;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -302,6 +303,7 @@ exports[`renders <Rule/> without throwing 1`] = `
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c4:after {
@ -336,6 +338,7 @@ exports[`renders <Rule/> without throwing 1`] = `
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c9:after {
@ -367,6 +370,7 @@ exports[`renders <Rule/> without throwing 1`] = `
max-width: 22.1875rem;
width: 4.125rem;
max-width: 4.125rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -442,6 +446,7 @@ exports[`renders <Rule/> without throwing 1`] = `
max-width: 22.1875rem;
width: 6.25rem;
max-width: 6.25rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -517,6 +522,7 @@ exports[`renders <Rule/> without throwing 1`] = `
max-width: 22.1875rem;
width: 8.4375rem;
max-width: 8.4375rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -592,6 +598,7 @@ exports[`renders <Rule/> without throwing 1`] = `
max-width: 22.1875rem;
width: 8.125rem;
max-width: 8.125rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1085,6 +1092,7 @@ exports[`renders <Rule/> without throwing 2`] = `
appearance: none;
min-height: 0;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1162,6 +1170,7 @@ exports[`renders <Rule/> without throwing 2`] = `
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c4:after {
@ -1196,6 +1205,7 @@ exports[`renders <Rule/> without throwing 2`] = `
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c9:after {
@ -1227,6 +1237,7 @@ exports[`renders <Rule/> without throwing 2`] = `
max-width: 22.1875rem;
width: 4.125rem;
max-width: 4.125rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1302,6 +1313,7 @@ exports[`renders <Rule/> without throwing 2`] = `
max-width: 22.1875rem;
width: 6.25rem;
max-width: 6.25rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1377,6 +1389,7 @@ exports[`renders <Rule/> without throwing 2`] = `
max-width: 22.1875rem;
width: 8.4375rem;
max-width: 8.4375rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1452,6 +1465,7 @@ exports[`renders <Rule/> without throwing 2`] = `
max-width: 22.1875rem;
width: 8.125rem;
max-width: 8.125rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -212,6 +212,7 @@ exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without thr
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c9 {
@ -225,6 +226,7 @@ exports[`renders <Images images=[{name: stuff, imageName: stuff}] /> without thr
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -76,6 +76,7 @@ exports[`renders <Name /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -130,6 +131,7 @@ exports[`renders <Name /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -225,6 +227,7 @@ exports[`renders <Name /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -239,6 +242,7 @@ exports[`renders <Name /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -298,6 +302,7 @@ exports[`renders <Name /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -507,6 +512,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -561,6 +567,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -656,6 +663,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -670,6 +678,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -729,6 +738,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -938,6 +948,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -992,6 +1003,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1087,6 +1099,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1101,6 +1114,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1160,6 +1174,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1369,6 +1384,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1423,6 +1439,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1518,6 +1535,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1532,6 +1550,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1591,6 +1610,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -82,6 +82,7 @@ exports[`renders <Filters /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -199,6 +200,7 @@ exports[`renders <Filters /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -276,6 +278,7 @@ exports[`renders <Filters /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -743,7 +746,6 @@ Array [
line-height: 1.625rem;
font-size: 1.3125rem;
margin: 0;
font-weight: 600;
}
<div
@ -833,7 +835,6 @@ Array [
line-height: 1.625rem;
font-size: 1.3125rem;
margin: 0;
font-weight: 600;
}
<div
@ -1021,6 +1022,7 @@ exports[`renders <Package /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1111,6 +1113,7 @@ exports[`renders <Package /> without throwing 1`] = `
box-sizing: border-box;
padding: 0 1.5rem;
height: 3.75rem;
-webkit-text-align: right;
text-align: right;
border-bottom-width: 0;
}
@ -1371,6 +1374,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -1405,6 +1409,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: right;
text-align: right;
height: 2.625rem;
color: rgb(189,189,189);
@ -1442,6 +1447,7 @@ exports[`renders <Packages expanded /> without throwing 1`] = `
.c12 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -1919,6 +1925,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -1953,6 +1960,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: right;
text-align: right;
height: 2.625rem;
color: rgb(189,189,189);
@ -1990,6 +1998,7 @@ exports[`renders <Packages isVmSelected /> without throwing 1`] = `
.c12 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -2467,6 +2476,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2501,6 +2511,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: right;
text-align: right;
height: 2.625rem;
color: rgb(189,189,189);
@ -2538,6 +2549,7 @@ exports[`renders <Packages loading /> without throwing 1`] = `
.c12 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -2933,6 +2945,7 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2967,6 +2980,7 @@ exports[`renders <Packages packages=[{name: stuff, imageName: stuff}] /> without
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: right;
text-align: right;
height: 2.625rem;
color: rgb(189,189,189);
@ -3225,6 +3239,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -3259,6 +3274,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: right;
text-align: right;
height: 2.625rem;
color: rgb(189,189,189);
@ -3296,6 +3312,7 @@ exports[`renders <Packages pristine={false} /> without throwing 1`] = `
.c12 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}

View File

@ -37,7 +37,7 @@ const Version = styled(Select)`
export const Preview = ({ name, version, isVm }) => (
<Fragment>
<Margin bottom={2} top={3}>
<H3 bold>
<H3>
{name} - {version}
</H3>
<P>{isVm ? 'Hardware Virtual Machine' : 'Infrastructure Container'} </P>

View File

@ -258,7 +258,7 @@ export const Overview = ({
}) => (
<Fragment>
<Margin bottom={2}>
<H3 bold noMargin>
<H3 noMargin>
{name}
</H3>
</Margin>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -7,6 +7,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -74,6 +75,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -163,6 +165,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -253,6 +256,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -371,6 +375,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -385,6 +390,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -719,6 +725,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -782,6 +789,7 @@ exports[`renders <AddForm /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -1093,6 +1101,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1160,6 +1169,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1249,6 +1259,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1339,6 +1350,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1457,6 +1469,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1471,6 +1484,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1796,6 +1810,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1859,6 +1874,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -1931,6 +1947,7 @@ exports[`renders <EditForm /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}

View File

@ -196,6 +196,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -226,6 +227,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -260,6 +262,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -292,6 +295,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -577,6 +581,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -1023,6 +1028,7 @@ exports[`renders <Item /> without throwing 1`] = `
padding: 0 1.5rem;
height: 3.75rem;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
border-bottom-width: 0;
}
@ -1047,6 +1053,7 @@ exports[`renders <Item /> without throwing 1`] = `
width: 0rem;
display: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
border-bottom-width: 0;
}
@ -1410,6 +1417,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
padding: 0 1.5rem;
height: 3.75rem;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
border-bottom-width: 0;
}
@ -1434,6 +1442,7 @@ exports[`renders <Item {...item} /> without throwing 1`] = `
width: 0rem;
display: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
border-bottom-width: 0;
}
@ -1647,6 +1656,7 @@ exports[`renders <Item mutating /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -1988,6 +1998,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2018,6 +2029,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2052,6 +2064,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2084,6 +2097,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2369,6 +2383,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -2822,6 +2837,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2852,6 +2868,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2886,6 +2903,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -2918,6 +2936,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -3203,6 +3222,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -3656,6 +3676,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -3688,6 +3709,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -3743,6 +3765,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -3775,6 +3798,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -4037,6 +4061,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -4490,6 +4515,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -4522,6 +4548,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -4577,6 +4604,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -4609,6 +4637,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -4871,6 +4900,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -5324,6 +5354,7 @@ Array [
width: 2rem;
display: table-cell;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -5354,6 +5385,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -5388,6 +5420,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -5420,6 +5453,7 @@ Array [
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-webkit-text-align: left;
text-align: left;
height: 2.625rem;
color: rgb(189,189,189);
@ -5705,6 +5739,7 @@ Array [
.c5 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}

View File

@ -139,6 +139,7 @@ exports[`renders <Summary /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -209,6 +210,7 @@ exports[`renders <Summary /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -316,6 +318,7 @@ exports[`renders <Summary /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -445,6 +448,7 @@ exports[`renders <Summary /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -572,6 +576,7 @@ exports[`renders <Summary /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -725,6 +730,7 @@ exports[`renders <Summary /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -865,6 +871,7 @@ exports[`renders <Summary /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -875,6 +882,7 @@ exports[`renders <Summary /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -997,6 +1005,7 @@ exports[`renders <Summary /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2106,6 +2115,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2176,6 +2186,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2283,6 +2294,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2412,6 +2424,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2539,6 +2552,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2644,6 +2658,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2775,6 +2790,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2893,6 +2909,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -2903,6 +2920,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3995,7 +4013,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
className="c31"
htmlFor=""
>
IP address 1
Public IP
</label>
<div
className="c32"
@ -4046,7 +4064,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
className="c31"
htmlFor=""
>
IP address 2
Private IP
</label>
<div
className="c35"
@ -4233,6 +4251,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -4303,6 +4322,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4410,6 +4430,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4539,6 +4560,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4666,6 +4688,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4771,6 +4794,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4902,6 +4926,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5020,6 +5045,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -5030,6 +5056,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6122,7 +6149,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
className="c31"
htmlFor=""
>
IP address 1
Public IP
</label>
<div
className="c32"
@ -6173,7 +6200,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
className="c31"
htmlFor=""
>
IP address 2
Private IP
</label>
<div
className="c35"
@ -6360,6 +6387,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6483,6 +6511,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6590,6 +6619,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6719,6 +6749,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6846,6 +6877,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6999,6 +7031,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7139,6 +7172,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -7149,6 +7183,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -7271,6 +7306,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -8432,6 +8468,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -8502,6 +8539,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -8609,6 +8647,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -8738,6 +8777,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -8865,6 +8905,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -8970,6 +9011,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -9101,6 +9143,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -9219,6 +9262,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -9229,6 +9273,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -9352,6 +9397,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -10461,6 +10507,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -10531,6 +10578,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -10638,6 +10686,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -10767,6 +10816,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -10894,6 +10944,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -10999,6 +11050,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -11130,6 +11182,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -11248,6 +11301,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -11258,6 +11312,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -11381,6 +11436,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -12490,6 +12546,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -12560,6 +12617,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -12667,6 +12725,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -12796,6 +12855,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -12923,6 +12983,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -13076,6 +13137,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -13216,6 +13278,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -13226,6 +13289,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -13349,6 +13413,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -35,6 +35,7 @@ exports[`renders <Toolbar /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -89,6 +90,7 @@ exports[`renders <Toolbar /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -163,6 +165,7 @@ exports[`renders <Toolbar /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -238,6 +241,7 @@ exports[`renders <Toolbar /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -373,6 +377,7 @@ exports[`renders <Toolbar actionLabel /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -427,6 +432,7 @@ exports[`renders <Toolbar actionLabel /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -501,6 +507,7 @@ exports[`renders <Toolbar actionLabel /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -576,6 +583,7 @@ exports[`renders <Toolbar actionLabel /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -711,6 +719,7 @@ exports[`renders <Toolbar actionable /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -765,6 +774,7 @@ exports[`renders <Toolbar actionable /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -861,6 +871,7 @@ exports[`renders <Toolbar actionable /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -936,6 +947,7 @@ exports[`renders <Toolbar actionable /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1071,6 +1083,7 @@ exports[`renders <Toolbar onActionClick /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1125,6 +1138,7 @@ exports[`renders <Toolbar onActionClick /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1199,6 +1213,7 @@ exports[`renders <Toolbar onActionClick /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1274,6 +1289,7 @@ exports[`renders <Toolbar onActionClick /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1409,6 +1425,7 @@ exports[`renders <Toolbar searchLabel /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1463,6 +1480,7 @@ exports[`renders <Toolbar searchLabel /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1537,6 +1555,7 @@ exports[`renders <Toolbar searchLabel /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1612,6 +1631,7 @@ exports[`renders <Toolbar searchLabel /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1747,6 +1767,7 @@ exports[`renders <Toolbar searchPlaceholder /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1801,6 +1822,7 @@ exports[`renders <Toolbar searchPlaceholder /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1875,6 +1897,7 @@ exports[`renders <Toolbar searchPlaceholder /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1950,6 +1973,7 @@ exports[`renders <Toolbar searchPlaceholder /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2085,6 +2109,7 @@ exports[`renders <Toolbar searchable /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2139,6 +2164,7 @@ exports[`renders <Toolbar searchable /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2213,6 +2239,7 @@ exports[`renders <Toolbar searchable /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2291,6 +2318,7 @@ exports[`renders <Toolbar searchable /> without throwing 1`] = `
color: rgb(216,216,216);
cursor: not-allowed;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -5,6 +5,7 @@ import styled from 'styled-components';
import titleCase from 'title-case';
import { Link } from 'react-router-dom';
import { Field } from 'redux-form';
import Flex from 'styled-flex-component';
import {
Anchor,
@ -35,6 +36,10 @@ const stateColor = {
FAILED: 'red'
};
const TableTdClickable = styled(TableTd)`
cursor: pointer;
`;
const A = styled(Anchor)`
color: ${props => props.theme.text};
text-decoration: none;
@ -47,6 +52,12 @@ const ItemAnchor = styled(Anchor)`
text-decoration: none;
`;
const Actions = styled(Flex)`
width: ${remcalc(48)};
height: ${remcalc(48)};
min-width: ${remcalc(48)};
`;
export const Item = ({
id = '',
name,
@ -58,7 +69,8 @@ export const Item = ({
onStart,
onStop,
onReboot,
onRemove
onRemove,
onClick
}) => (
<TableTr>
<TableTd padding="0" paddingLeft={remcalc(12)} middle left>
@ -66,12 +78,12 @@ export const Item = ({
<Checkbox noMargin />
</FormGroup>
</TableTd>
<TableTd middle left>
<TableTdClickable middle left onClick={onClick}>
<A to={`/${name}`} component={Link}>
{name}
</A>
</TableTd>
<TableTd middle left>
</TableTdClickable>
<TableTdClickable onClick={onClick} middle left>
{mutating ? (
<StatusLoader small />
) : (
@ -80,18 +92,20 @@ export const Item = ({
{titleCase(state)}
</span>
)}
</TableTd>
<TableTd xs="0" sm="160" middle left>
</TableTdClickable>
<TableTdClickable onClick={onClick} xs="0" sm="160" middle left>
{distanceInWordsToNow(created)}
</TableTd>
<TableTd xs="0" sm="130" middle left>
</TableTdClickable>
<TableTdClickable onClick={onClick} xs="0" sm="130" middle left>
<code>{id.substring(0, 7)}</code>
</TableTd>
</TableTdClickable>
{!mutating ? (
<PopoverContainer clickable>
<TableTd padding="0" hasBorder="left">
<TableTdClickable onClick={onClick} padding="0" hasBorder="left">
<PopoverTarget box>
<ActionsIcon />
<Actions alignCenter justifyCenter>
<ActionsIcon />
</Actions>
</PopoverTarget>
<Popover placement="bottom">
<PopoverItem disabled={!allowedActions.start} onClick={onStart}>
@ -108,8 +122,7 @@ export const Item = ({
<ItemAnchor
href={`http://localhost:3070/~create/${name}`}
target="__blank"
rel="noopener noreferrer"
>
rel="noopener noreferrer">
Create Image
</ItemAnchor>
</PopoverItem>
@ -118,12 +131,17 @@ export const Item = ({
Remove
</PopoverItem>
</Popover>
</TableTd>
</TableTdClickable>
</PopoverContainer>
) : (
<TableTd padding="0" hasBorder="left" center middle>
<TableTdClickable
onClick={onClick}
padding="0"
hasBorder="left"
center
middle>
<ActionsIcon disabled />
</TableTd>
</TableTdClickable>
)}
</TableTr>
);
@ -157,8 +175,7 @@ export default ({
showSort={sortBy === 'name'}
left
middle
actionable
>
actionable>
<span>Name </span>
</TableTh>
<TableTh
@ -168,8 +185,7 @@ export default ({
showSort={sortBy === 'state'}
left
middle
actionable
>
actionable>
<span>Status </span>
</TableTh>
<TableTh
@ -180,8 +196,7 @@ export default ({
showSort={sortBy === 'created'}
left
middle
actionable
>
actionable>
<span>Created </span>
</TableTh>
<TableTh
@ -192,8 +207,7 @@ export default ({
showSort={sortBy === 'id'}
left
middle
actionable
>
actionable>
<span>Short ID </span>
</TableTh>
<TableTh xs="60" padding="0" />

View File

@ -34,6 +34,8 @@ const stateColor = {
FAILED: 'red'
};
const IpNames = ['Public IP', 'Private IP'];
const GreyLabel = styled(Label)`
opacity: 0.5;
padding-right: ${remcalc(3)};
@ -138,8 +140,7 @@ export default withTheme(
rel="noopener noreferrer"
secondary
small
icon
>
icon>
<InstanceTypeIcon />
</Button>
<SmallOnly>
@ -150,8 +151,7 @@ export default withTheme(
onClick={() => onAction('start')}
secondary
small
icon
>
icon>
<StartIcon disabled={instance.state !== 'STOPPED'} />
</Button>
</SmallOnly>
@ -163,8 +163,7 @@ export default withTheme(
onClick={() => onAction('start')}
secondary
bold
icon
>
icon>
<StartIcon disabled={instance.state !== 'STOPPED'} />
<span>Start</span>
</Button>
@ -177,8 +176,7 @@ export default withTheme(
onClick={() => onAction('stop')}
secondary
small
icon
>
icon>
<StopIcon disabled={instance.state !== 'RUNNING'} />
</Button>
</SmallOnly>
@ -190,8 +188,7 @@ export default withTheme(
onClick={() => onAction('stop')}
secondary
bold
icon
>
icon>
<StopIcon disabled={instance.state !== 'RUNNING'} />
<span>Stop</span>
</Button>
@ -204,8 +201,7 @@ export default withTheme(
onClick={() => onAction('reboot')}
secondary
small
icon
>
icon>
<ResetIcon disabled={instance.state !== 'RUNNING'} />
</Button>
</SmallOnly>
@ -217,8 +213,7 @@ export default withTheme(
onClick={() => onAction('reboot')}
secondary
bold
icon
>
icon>
<ResetIcon disabled={instance.state !== 'RUNNING'} />
<span>Reboot</span>
</Button>
@ -237,8 +232,7 @@ export default withTheme(
small
right
icon
error
>
error>
<DeleteIcon
fill={theme.red}
disabled={
@ -259,8 +253,7 @@ export default withTheme(
bold
right
icon
error
>
error>
<DeleteIcon
fill={
['RUNNING', 'STOPPED'].indexOf(instance.state) >= 0
@ -298,7 +291,7 @@ export default withTheme(
key={i}
noMargin={i === instance.ips.length - 1}
text={ip}
label={`IP address ${i + 1}`}
label={IpNames[i]}
/>
))}
</Padding>

View File

@ -424,6 +424,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -491,6 +492,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -580,6 +582,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -670,6 +673,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -788,6 +792,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -802,6 +807,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1136,6 +1142,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1199,6 +1206,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -1537,6 +1545,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1591,6 +1600,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1679,6 +1689,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2030,6 +2041,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2084,6 +2096,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2172,6 +2185,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2404,6 +2418,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2471,6 +2486,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2560,6 +2576,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2650,6 +2667,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2768,6 +2786,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2782,6 +2801,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -3107,6 +3127,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -3170,6 +3191,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -3242,6 +3264,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -3534,6 +3557,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3601,6 +3625,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3690,6 +3715,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3780,6 +3806,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3898,6 +3925,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3912,6 +3940,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -4237,6 +4266,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -4300,6 +4330,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -4372,6 +4403,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -4935,6 +4967,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5002,6 +5035,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5091,6 +5125,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5181,6 +5216,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5299,6 +5335,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5313,6 +5350,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -5638,6 +5676,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -5701,6 +5740,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -5773,6 +5813,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -6084,6 +6125,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6151,6 +6193,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6240,6 +6283,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6330,6 +6374,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6448,6 +6493,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6462,6 +6508,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -6787,6 +6834,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -6850,6 +6898,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -6922,6 +6971,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -7233,6 +7283,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -7287,6 +7338,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7375,6 +7427,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;

View File

@ -550,6 +550,7 @@ Array [
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -2254,6 +2255,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2308,6 +2310,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2832,6 +2835,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2886,6 +2890,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;

View File

@ -426,6 +426,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -480,6 +481,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -569,6 +571,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -659,6 +662,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -777,6 +781,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -791,6 +796,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1169,6 +1175,7 @@ Array [
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1483,6 +1490,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1537,6 +1545,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1625,6 +1634,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1985,6 +1995,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2039,6 +2050,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2127,6 +2139,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2630,6 +2643,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2684,6 +2698,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2772,6 +2787,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;

View File

@ -148,6 +148,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -215,6 +216,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -304,6 +306,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -394,6 +397,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -512,6 +516,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -526,6 +531,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -862,6 +868,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -1351,6 +1358,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1418,6 +1426,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1507,6 +1516,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1597,6 +1607,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1715,6 +1726,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1729,6 +1741,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -2065,6 +2078,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -2334,6 +2348,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2388,6 +2403,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2476,6 +2492,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2776,6 +2793,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2830,6 +2848,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2918,6 +2937,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3218,6 +3238,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3285,6 +3306,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3374,6 +3396,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3464,6 +3487,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3582,6 +3606,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3596,6 +3621,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -3932,6 +3958,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -4201,6 +4228,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -4255,6 +4283,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4547,6 +4576,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -4614,6 +4644,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4703,6 +4734,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4793,6 +4825,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4911,6 +4944,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -4925,6 +4959,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -5252,6 +5287,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -5324,6 +5360,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -5559,6 +5596,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5613,6 +5651,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5905,6 +5944,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5972,6 +6012,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6061,6 +6102,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6151,6 +6193,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6269,6 +6312,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6283,6 +6327,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -6610,6 +6655,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -6682,6 +6728,7 @@ Array [
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -6917,6 +6964,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6971,6 +7019,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7188,6 +7237,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -7255,6 +7305,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7344,6 +7395,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7434,6 +7486,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -7552,6 +7605,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -7566,6 +7620,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -7902,6 +7957,7 @@ Array [
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -8171,6 +8227,7 @@ Array [
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -8225,6 +8282,7 @@ Array [
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;

View File

@ -66,7 +66,7 @@ const NameContainer = ({
/>
) : name ? (
<Margin top={3}>
<H3 bold>{name}</H3>
<H3>{name}</H3>
</Margin>
) : null
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -44,6 +44,7 @@ exports[`renders <Cns /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -105,6 +106,7 @@ exports[`renders <Cns /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -161,6 +163,7 @@ exports[`renders <Cns /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -379,6 +382,7 @@ exports[`renders <Cns /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -818,6 +822,7 @@ exports[`renders <Cns disabled /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1204,6 +1209,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1269,6 +1275,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1325,6 +1332,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1573,6 +1581,7 @@ exports[`renders <Cns hostnames /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2779,6 +2788,7 @@ exports[`renders <Cns loading /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -3007,6 +3017,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3077,6 +3088,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3133,6 +3145,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3361,6 +3374,7 @@ exports[`renders <Cns loadingError /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -3714,6 +3728,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3779,6 +3794,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3835,6 +3851,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3849,6 +3866,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -4194,6 +4212,7 @@ exports[`renders <Cns mutating /> without throwing 1`] = `
color: rgb(216,216,216);
cursor: not-allowed;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -5448,6 +5467,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5518,6 +5538,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5574,6 +5595,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5826,6 +5848,7 @@ exports[`renders <Cns mutationError /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -6316,6 +6339,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6382,6 +6406,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6438,6 +6463,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6656,6 +6682,7 @@ exports[`renders <Cns services /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -7263,6 +7290,7 @@ exports[`renders <Cns services hostnames /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;

View File

@ -40,6 +40,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -304,6 +305,7 @@ Array [
.c20 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -738,6 +740,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1002,6 +1005,7 @@ Array [
.c21 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -1481,6 +1485,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -1745,6 +1750,7 @@ Array [
.c20 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -2179,6 +2185,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2443,6 +2450,7 @@ Array [
.c21 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -2935,6 +2943,7 @@ Array [
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -3168,6 +3177,7 @@ Array [
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -3405,6 +3415,7 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3703,6 +3714,7 @@ exports[`renders <Firewall loadingError /> without throwing 1`] = `
.c26 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -4174,6 +4186,7 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -4472,6 +4485,7 @@ exports[`renders <Firewall mutationError /> without throwing 1`] = `
.c26 {
color: rgb(151,151,151);
-webkit-text-align: center;
text-align: center;
}
@ -4919,6 +4933,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5267,6 +5282,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5656,6 +5672,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6507,6 +6524,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6855,6 +6873,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -7244,6 +7263,7 @@ Array [
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;

View File

@ -15,6 +15,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -69,6 +70,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -143,6 +145,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -299,6 +302,7 @@ exports[`renders <Metadata /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -488,6 +492,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -555,6 +560,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -640,6 +646,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -729,6 +736,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -819,6 +827,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -937,6 +946,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -951,6 +961,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1387,6 +1398,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1450,6 +1462,7 @@ exports[`renders <Metadata addOpen /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -1877,6 +1890,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1940,6 +1954,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2014,6 +2029,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2204,6 +2220,7 @@ exports[`renders <Metadata error /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2400,6 +2417,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2463,6 +2481,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -2523,6 +2542,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2619,6 +2639,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2744,6 +2765,7 @@ exports[`renders <Metadata loading /> without throwing 1`] = `
color: rgb(216,216,216);
cursor: not-allowed;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2964,6 +2986,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3084,6 +3107,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3169,6 +3193,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3258,6 +3283,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3348,6 +3374,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3477,6 +3504,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3617,6 +3645,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -3631,6 +3660,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -4058,6 +4088,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -4121,6 +4152,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
font-family: "Roboto Mono",monospace;
width: 100%;
min-width: 100%;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
resize: vertical;
font-size: 0.9375rem;
@ -4193,6 +4225,7 @@ exports[`renders <Metadata metadata /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}

View File

@ -438,6 +438,7 @@ exports[`renders <Networks loading /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;

View File

@ -37,6 +37,7 @@ exports[`renders <Summary /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -203,6 +204,7 @@ exports[`renders <Summary loading /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -369,6 +371,7 @@ exports[`renders <Summary loadingError /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -535,6 +538,7 @@ exports[`renders <Summary mutationError /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -765,6 +769,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -926,6 +931,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -996,6 +1002,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1103,6 +1110,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1232,6 +1240,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1359,6 +1368,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1464,6 +1474,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1595,6 +1606,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -1713,6 +1725,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -1723,6 +1736,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2959,7 +2973,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
className="c32"
htmlFor=""
>
IP address 1
Public IP
</label>
<div
className="c33"
@ -3010,7 +3024,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
className="c32"
htmlFor=""
>
IP address 2
Private IP
</label>
<div
className="c36"
@ -3091,6 +3105,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3161,6 +3176,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3268,6 +3284,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3397,6 +3414,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3524,6 +3542,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3629,6 +3648,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3760,6 +3780,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3878,6 +3899,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
}
@ -3888,6 +3910,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5124,7 +5147,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
className="c32"
htmlFor=""
>
IP address 1
Public IP
</label>
<div
className="c33"
@ -5175,7 +5198,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
className="c32"
htmlFor=""
>
IP address 2
Private IP
</label>
<div
className="c36"

View File

@ -16,6 +16,7 @@ exports[`renders <Tags /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -70,6 +71,7 @@ exports[`renders <Tags /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -144,6 +146,7 @@ exports[`renders <Tags /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -300,6 +303,7 @@ exports[`renders <Tags /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -505,6 +509,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -559,6 +564,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -644,6 +650,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -733,6 +740,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -823,6 +831,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -941,6 +950,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -955,6 +965,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -1454,6 +1465,7 @@ exports[`renders <Tags addOpen /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -1874,6 +1886,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -1928,6 +1941,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2002,6 +2016,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2158,6 +2173,7 @@ exports[`renders <Tags editable /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -2363,6 +2379,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -2417,6 +2434,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2506,6 +2524,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2596,6 +2615,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2725,6 +2745,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -2821,6 +2842,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -2835,6 +2857,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -3315,6 +3338,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -3370,6 +3394,7 @@ exports[`renders <Tags editing /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -3784,6 +3809,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -3891,6 +3917,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -3980,6 +4007,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4070,6 +4098,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4177,6 +4206,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -4317,6 +4347,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -4331,6 +4362,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
font-size: 0.8125rem;
@ -4811,6 +4843,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -4866,6 +4899,7 @@ exports[`renders <Tags editing.removing /> without throwing 1`] = `
line-height: 1.5;
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
@ -5276,6 +5310,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5330,6 +5365,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5404,6 +5440,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -5560,6 +5597,7 @@ exports[`renders <Tags error /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -5747,6 +5785,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -5810,6 +5849,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-text-align: center;
text-align: center;
margin-bottom: 0;
margin-left: 0.375rem;
@ -5870,6 +5910,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -5944,6 +5985,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6069,6 +6111,7 @@ exports[`renders <Tags loading /> without throwing 1`] = `
color: rgb(216,216,216);
cursor: not-allowed;
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -6278,6 +6321,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
line-height: 1.15;
margin: 0;
overflow: visible;
-webkit-text-transform: none;
text-transform: none;
-webkit-appearance: button;
-moz-appearance: button;
@ -6332,6 +6376,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
position: relative;
font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif;
font-size: 0.9375rem;
-webkit-text-align: center;
text-align: center;
font-style: normal;
font-stretch: normal;
@ -6406,6 +6451,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -6562,6 +6608,7 @@ exports[`renders <Tags tags /> without throwing 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;

View File

@ -19,7 +19,8 @@ import {
MessageDescription,
MessageTitle,
StatusLoader,
Divider
Divider,
Anchor
} from 'joyent-ui-toolkit';
import ListInstances from '@graphql/list-instances.gql';
@ -105,19 +106,20 @@ export const List = ({
sortBy={sortBy}
sortOrder={sortOrder}
toggleSelectAll={toggleSelectAll}
onSortBy={handleSortBy}
>
{_instances.map(({ id, ...rest }) => (
<InstanceListItem
key={id}
id={id}
{...rest}
onCreateImage={() => handleCreateImage(rest)}
onStart={() => handleStart([{ id }])}
onStop={() => handleStop([{ id }])}
onReboot={() => handleReboot([{ id }])}
onRemove={() => handleRemove([{ id }])}
/>
onSortBy={handleSortBy}>
{_instances.map(({ name, id, ...rest }) => (
<InstanceListItem
key={id}
id={id}
name={name}
{...rest}
onClick={() => history.push(`/${name}`)}
onCreateImage={() => handleCreateImage(rest)}
onStart={() => handleStart([{ id }])}
onStop={() => handleStop([{ id }])}
onReboot={() => handleReboot([{ id }])}
onRemove={() => handleRemove([{ id }])}
/>
))}
</InstanceList>
)}
@ -316,11 +318,9 @@ export default compose(
// eslint-disable-next-line no-alert
if (
!await Confirm(
`Do you want to ${name} ${
selected.length === 1
? `"${selected[0].name}"`
: `${selected.length} snapshots`
}`
`Do you want to ${name} ${selected.length === 1
? `"${selected[0].name}"`
: `${selected.length} snapshots`}`
)
) {
return;

View File

@ -137,6 +137,7 @@ exports[`Form Checkbox 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -217,6 +218,7 @@ exports[`Form FormLabel 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -240,6 +242,7 @@ exports[`Form FormMeta 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
color: rgb(210,67,58);
@ -255,6 +258,7 @@ exports[`Form FormMeta 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
color: rgb(227,130,0);
@ -270,6 +274,7 @@ exports[`Form FormMeta 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
float: right;
color: rgb(0,152,88);
@ -309,6 +314,7 @@ exports[`Form Input 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -506,6 +512,7 @@ exports[`Form Radio 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;
@ -590,6 +597,7 @@ exports[`Form Select 1`] = `
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0.75rem;
pointer-events: none;
}
.c2 {
@ -603,6 +611,7 @@ exports[`Form Select 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -707,6 +716,7 @@ exports[`Form Textarea 1`] = `
border: 0.0625rem solid rgb(216,216,216);
color: rgba(73,73,73,1);
max-width: 22.1875rem;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 0.9375rem;
line-height: normal !important;
@ -796,6 +806,7 @@ exports[`Form Toggle 1`] = `
font-stretch: normal;
display: block;
color: rgb(70,70,70);
-webkit-text-align: left;
text-align: left;
margin-right: 0.75rem;
font-weight: 600;

View File

@ -34,6 +34,7 @@ const SelectWrapper = styled.div`
top: 50%;
transform: translateY(-50%);
right: ${remcalc(12)};
pointer-events: none;
}
${is('embedded')`

View File

@ -269,8 +269,7 @@ const Propagate = ({ children, ...rest }) => (
{({ disabled, header, selected } = {}) => (
<Broadcast
channel="almost-responsive-table"
value={{ disabled, header, selected, ...rest }}
>
value={{ disabled, header, selected, ...rest }}>
{children({ disabled, header, selected, ...rest })}
</Broadcast>
)}
@ -300,7 +299,7 @@ export const Tfoot = Baseline(({ children, ...rest }) => (
export const Tr = Baseline(({ children, ...rest }) => (
<Propagate {...rest}>
{value => (
<BaseTr {...value} name="tr">
<BaseTr {...rest} {...value} name="tr">
{children}
</BaseTr>
)}
@ -310,7 +309,12 @@ export const Tr = Baseline(({ children, ...rest }) => (
export const Th = Baseline(({ children, ...rest }) => (
<Propagate {...rest}>
{({ showSort, sortOrder, header, ...value }) => (
<BaseTh {...value} showSort={showSort} header={header} name="th">
<BaseTh
{...rest}
{...value}
showSort={showSort}
header={header}
name="th">
{children}
{!showSort || !header ? null : (
<ArrowIcon
@ -337,7 +341,7 @@ export const Tbody = Baseline(({ children, ...rest }) => (
export const Td = Baseline(({ children, ...rest }) => (
<Propagate {...rest}>
{value => (
<BaseTd {...value} {...rest} name="td">
<BaseTd {...rest} {...value} {...rest} name="td">
{children}
</BaseTd>
)}