1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-28 06:00:06 +02:00

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, datacenter,
...state ...state
}) => { }) => {
console.log(datacenter);
const serviceList = forceArray(state.services).map(({ name, config }) => ( const serviceList = forceArray(state.services).map(({ name, config }) => (
<ServiceCard key={name}> <ServiceCard key={name}>
<ServiceName>{name}</ServiceName> <ServiceName>{name}</ServiceName>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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