mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
fix console
This commit is contained in:
parent
7a4161d5a8
commit
937d0c223e
@ -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>
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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]}
|
||||
|
@ -358,7 +358,7 @@ exports[`renders <Scale /> without throwing 1`] = `
|
||||
>
|
||||
<input
|
||||
className="c7 c8"
|
||||
id="crSnva"
|
||||
id="cwNinu"
|
||||
name="replicas"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
|
@ -516,7 +516,7 @@ exports[`renders <ServiceScale /> without throwing 1`] = `
|
||||
>
|
||||
<input
|
||||
className="c12 c13"
|
||||
id="eOODr"
|
||||
id="efBEr"
|
||||
name="replicas"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user