fix(my-joy-beta): copy tweaks

fixes #1275
This commit is contained in:
Sara Vieira 2018-02-27 13:56:34 +00:00 committed by Sérgio Ramos
parent 943ef1daf6
commit 6848302022
34 changed files with 17 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -354,7 +354,7 @@ exports[`renders <Name /> without throwing 1`] = `
className="c3" className="c3"
htmlFor="k" htmlFor="k"
> >
Instance Name Instance name
</label> </label>
<div <div
className="c4" className="c4"
@ -770,7 +770,7 @@ exports[`renders <Name expanded /> without throwing 1`] = `
className="c3" className="c3"
htmlFor="l" htmlFor="l"
> >
Instance Name Instance name
</label> </label>
<div <div
className="c4" className="c4"
@ -1186,7 +1186,7 @@ exports[`renders <Name name="test" /> without throwing 1`] = `
className="c3" className="c3"
htmlFor="m" htmlFor="m"
> >
Instance Name Instance name
</label> </label>
<div <div
className="c4" className="c4"
@ -1602,7 +1602,7 @@ exports[`renders <Name pristine={false} /> without throwing 1`] = `
className="c3" className="c3"
htmlFor="n" htmlFor="n"
> >
Instance Name Instance name
</label> </label>
<div <div
className="c4" className="c4"

View File

@ -19,7 +19,7 @@ export default ({ placeholderName, randomizing, onRandomize }) => (
<Flex wrap> <Flex wrap>
<FlexItem flex> <FlexItem flex>
<FormGroup name="name" fluid field={Field}> <FormGroup name="name" fluid field={Field}>
<FormLabel>Instance Name</FormLabel> <FormLabel>Instance name</FormLabel>
<Margin top={0.5}> <Margin top={0.5}>
<Input placeholder={placeholderName} onBlur={null} /> <Input placeholder={placeholderName} onBlur={null} />
</Margin> </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: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 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: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1357,7 +1357,7 @@ exports[`renders <Summary /> without throwing 1`] = `
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"
@ -3455,7 +3455,7 @@ exports[`renders <Summary instance /> without throwing 1`] = `
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"
@ -5810,7 +5810,7 @@ exports[`renders <Summary instance /> without throwing 2`] = `
<label <label
className="c10" className="c10"
> >
Infrastructure Container Infrastructure container
</label> </label>
<div <div
className="c11" className="c11"
@ -8104,7 +8104,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"
@ -10311,7 +10311,7 @@ exports[`renders <Summary state /> without throwing 1`] = `
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"
@ -12466,7 +12466,7 @@ exports[`renders <Summary state /> without throwing 2`] = `
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"
@ -14451,7 +14451,7 @@ exports[`renders <Summary state /> without throwing 3`] = `
<label <label
className="c10" className="c10"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c11" className="c11"

View File

@ -84,8 +84,8 @@ export const Meta = ({
<VerticalDivider /> <VerticalDivider />
<Label> <Label>
{brand === 'LX' {brand === 'LX'
? 'Infrastructure Container' ? 'Infrastructure container'
: 'Hardware Virtual Machine'} : 'Hardware virtual machine'}
</Label> </Label>
<VerticalDivider /> <VerticalDivider />
<Label>{(instance.package || {}).name}</Label> <Label>{(instance.package || {}).name}</Label>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 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: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 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: 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: 73 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -2402,7 +2402,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
<label <label
className="c11" className="c11"
> >
Hardware Virtual Machine Hardware virtual machine
</label> </label>
<div <div
className="c12" className="c12"
@ -4795,7 +4795,7 @@ exports[`renders <Summary starting stopping rebooting removing /> without throwi
<label <label
className="c11" className="c11"
> >
Infrastructure Container Infrastructure container
</label> </label>
<div <div
className="c12" className="c12"

View File

@ -145,7 +145,7 @@ const Snapshots = ({
{props => ( {props => (
<ToolbarForm <ToolbarForm
{...props} {...props}
searchLabel="Filter Snapshots" searchLabel="Filter snapshots"
searchPlaceholder="Search for name, created...." searchPlaceholder="Search for name, created...."
searchable={!_loading} searchable={!_loading}
actionLabel="Create Snapshot" actionLabel="Create Snapshot"