fix console

This commit is contained in:
Sara Vieira 2017-10-03 14:48:41 +01:00
parent 7a4161d5a8
commit 937d0c223e
7 changed files with 14 additions and 15 deletions

View File

@ -81,7 +81,6 @@ export const Review = ({
datacenter,
...state
}) => {
console.log(datacenter);
const serviceList = forceArray(state.services).map(({ name, config }) => (
<ServiceCard key={name}>
<ServiceName>{name}</ServiceName>

View File

@ -505,7 +505,7 @@ exports[`renders <TestEnvironmentForm /> without throwing 1`] = `
>
<input
className="c13 c14"
id="boppOm"
id="cCyMsz"
placeholder="Filename including extension…"
type="text"
value={undefined}

View File

@ -192,7 +192,7 @@ exports[`renders <Files /> without throwing 1`] = `
>
<input
className="c4 c5"
id="UJhJl"
id="bEqMUb"
placeholder="Filename including extension…"
type="text"
value={undefined}

View File

@ -344,7 +344,7 @@ exports[`renders <Name /> without throwing 1`] = `
>
<label
className="c4 c5"
htmlFor="cfHyyk"
htmlFor="bOJfXP"
>
Name the new deployment group
</label>
@ -356,7 +356,7 @@ exports[`renders <Name /> without throwing 1`] = `
</label>
<input
className="c7"
id="cfHyyk"
id="bOJfXP"
name="name"
onBlur={[Function]}
onChange={[Function]}
@ -735,7 +735,7 @@ exports[`renders <Name /> without throwing 2`] = `
>
<label
className="c4 c5"
htmlFor="KxdOh"
htmlFor="bWgdoT"
>
Name the new deployment group
</label>
@ -747,7 +747,7 @@ exports[`renders <Name /> without throwing 2`] = `
</label>
<input
className="c7"
id="KxdOh"
id="bWgdoT"
name="name"
onBlur={[Function]}
onChange={[Function]}

View File

@ -358,7 +358,7 @@ exports[`renders <Scale /> without throwing 1`] = `
>
<input
className="c7 c8"
id="crSnva"
id="cwNinu"
name="replicas"
onBlur={[Function]}
onChange={[Function]}

View File

@ -516,7 +516,7 @@ exports[`renders <ServiceScale /> without throwing 1`] = `
>
<input
className="c12 c13"
id="eOODr"
id="efBEr"
name="replicas"
onBlur={[Function]}
onChange={[Function]}

View File

@ -236,7 +236,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
>
<li
className="c7"
id="cFKBMb"
id="cjxBsY"
>
<div
className="c8"
@ -244,7 +244,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
<input
checked={false}
className="c9 c10"
id="cjjZVT"
id="bHuZdp"
name="service-view"
onChange={[Function]}
type="radio"
@ -252,7 +252,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
/>
<label
className="c11"
htmlFor="cjjZVT"
htmlFor="bHuZdp"
>
List
</label>
@ -260,7 +260,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
</li>
<li
className="c7"
id="cFKBMb"
id="cjxBsY"
>
<div
className="c8"
@ -268,7 +268,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
<input
checked={false}
className="c9 c10"
id="RPTcm"
id="cCFuSG"
name="service-view"
onChange={[Function]}
type="radio"
@ -276,7 +276,7 @@ exports[`renders <ServicesMenu /> without throwing 1`] = `
/>
<label
className="c11"
htmlFor="RPTcm"
htmlFor="cCFuSG"
>
Topology
</label>