fix(my-joy-beta): display tags number when expanded
This commit is contained in:
parent
2e36b850ca
commit
60128aef4a
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 29 KiB |
@ -394,6 +394,42 @@ Array [
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>,
|
||||||
|
.c1 {
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
font-size: 1.3125rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c1 + p,
|
||||||
|
.c1 + small,
|
||||||
|
.c1 + h1,
|
||||||
|
.c1 + h2,
|
||||||
|
.c1 + label,
|
||||||
|
.c1 + h3,
|
||||||
|
.c1 + h4,
|
||||||
|
.c1 + h5,
|
||||||
|
.c1 + div,
|
||||||
|
.c1 + span {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c0 {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
<div
|
||||||
|
className="c0"
|
||||||
|
>
|
||||||
|
<h3
|
||||||
|
className="c1"
|
||||||
|
>
|
||||||
|
0
|
||||||
|
Tag
|
||||||
|
s
|
||||||
|
</h3>
|
||||||
</div>,
|
</div>,
|
||||||
.c1 {
|
.c1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -1900,6 +1936,42 @@ Array [
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>,
|
||||||
|
.c1 {
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
font-size: 1.3125rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c1 + p,
|
||||||
|
.c1 + small,
|
||||||
|
.c1 + h1,
|
||||||
|
.c1 + h2,
|
||||||
|
.c1 + label,
|
||||||
|
.c1 + h3,
|
||||||
|
.c1 + h4,
|
||||||
|
.c1 + h5,
|
||||||
|
.c1 + div,
|
||||||
|
.c1 + span {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c0 {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
<div
|
||||||
|
className="c0"
|
||||||
|
>
|
||||||
|
<h3
|
||||||
|
className="c1"
|
||||||
|
>
|
||||||
|
0
|
||||||
|
Tag
|
||||||
|
s
|
||||||
|
</h3>
|
||||||
</div>,
|
</div>,
|
||||||
.c1 {
|
.c1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -2539,6 +2611,42 @@ Array [
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>,
|
||||||
|
.c1 {
|
||||||
|
color: rgba(73,73,73,1);
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 1.625rem;
|
||||||
|
font-size: 1.3125rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c1 + p,
|
||||||
|
.c1 + small,
|
||||||
|
.c1 + h1,
|
||||||
|
.c1 + h2,
|
||||||
|
.c1 + label,
|
||||||
|
.c1 + h3,
|
||||||
|
.c1 + h4,
|
||||||
|
.c1 + h5,
|
||||||
|
.c1 + div,
|
||||||
|
.c1 + span {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c0 {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
<div
|
||||||
|
className="c0"
|
||||||
|
>
|
||||||
|
<h3
|
||||||
|
className="c1"
|
||||||
|
>
|
||||||
|
0
|
||||||
|
Tag
|
||||||
|
s
|
||||||
|
</h3>
|
||||||
</div>,
|
</div>,
|
||||||
.c1 {
|
.c1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -34,34 +34,28 @@ export const Tags = ({
|
|||||||
handleEdit
|
handleEdit
|
||||||
}) => (
|
}) => (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Title
|
<Title id={step} onClick={!expanded && !proceeded && handleEdit} icon={<TagsIcon />}>
|
||||||
id={step}
|
|
||||||
onClick={!expanded && !proceeded && handleEdit}
|
|
||||||
icon={<TagsIcon />}
|
|
||||||
>
|
|
||||||
Tags
|
Tags
|
||||||
</Title>
|
</Title>
|
||||||
{expanded ? (
|
{expanded ? (
|
||||||
<Description>
|
<Description>
|
||||||
Tags can be used to identify your instances, group multiple instances
|
Tags can be used to identify your instances, group multiple instances together, define
|
||||||
together, define firewall and affinity rules, and more.{' '}
|
firewall and affinity rules, and more.{' '}
|
||||||
<a
|
<a
|
||||||
target="__blank"
|
target="__blank"
|
||||||
href="https://docs.joyent.com/public-cloud/tags-metadata/tags"
|
href="https://docs.joyent.com/public-cloud/tags-metadata/tags"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer">
|
||||||
>
|
|
||||||
Read the docs
|
Read the docs
|
||||||
</a>
|
</a>
|
||||||
</Description>
|
</Description>
|
||||||
) : null}
|
) : null}
|
||||||
{proceeded ? (
|
{proceeded || expanded ? (
|
||||||
|
<Fragment>
|
||||||
<Margin bottom={4}>
|
<Margin bottom={4}>
|
||||||
<H3>
|
<H3>
|
||||||
{tags.length} Tag{tags.length === 1 ? '' : 's'}
|
{tags.length} Tag{tags.length === 1 ? '' : 's'}
|
||||||
</H3>
|
</H3>
|
||||||
</Margin>
|
</Margin>
|
||||||
) : null}
|
|
||||||
{proceeded || expanded ? (
|
|
||||||
<Margin bottom={4}>
|
<Margin bottom={4}>
|
||||||
<TagList>
|
<TagList>
|
||||||
{tags.map(({ name, value }, index) => (
|
{tags.map(({ name, value }, index) => (
|
||||||
@ -74,14 +68,14 @@ export const Tags = ({
|
|||||||
))}
|
))}
|
||||||
</TagList>
|
</TagList>
|
||||||
</Margin>
|
</Margin>
|
||||||
|
</Fragment>
|
||||||
) : null}
|
) : null}
|
||||||
{expanded && addOpen ? (
|
{expanded && addOpen ? (
|
||||||
<ReduxForm
|
<ReduxForm
|
||||||
form={FORM_NAME_CREATE}
|
form={FORM_NAME_CREATE}
|
||||||
destroyOnUnmount={false}
|
destroyOnUnmount={false}
|
||||||
forceUnregisterOnUnmount={true}
|
forceUnregisterOnUnmount={true}
|
||||||
onSubmit={handleAddTag}
|
onSubmit={handleAddTag}>
|
||||||
>
|
|
||||||
{props => (
|
{props => (
|
||||||
<KeyValue
|
<KeyValue
|
||||||
{...props}
|
{...props}
|
||||||
@ -97,11 +91,7 @@ export const Tags = ({
|
|||||||
<div>
|
<div>
|
||||||
{expanded ? (
|
{expanded ? (
|
||||||
<Margin bottom={4}>
|
<Margin bottom={4}>
|
||||||
<Button
|
<Button type="button" onClick={() => handleChangeAddOpen(true)} secondary>
|
||||||
type="button"
|
|
||||||
onClick={() => handleChangeAddOpen(true)}
|
|
||||||
secondary
|
|
||||||
>
|
|
||||||
Add Tag
|
Add Tag
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="button" onClick={handleNext}>
|
<Button type="button" onClick={handleNext}>
|
||||||
|
Loading…
Reference in New Issue
Block a user