fix(my-joy-beta): show instance name instead of package in summary

This commit is contained in:
Sérgio Ramos 2018-02-21 23:06:58 +00:00
parent 50c1b6e9b1
commit ffe9d2321c
1 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,7 @@ export const Meta = ({
}) => [
<Row middle="xs">
<Col xs={12}>
<H2>{(instance.package || {}).name}</H2>
<H2>{instance.name}</H2>
</Col>
</Row>,
<Margin top={2} bottom={3}>
@ -87,9 +87,11 @@ export const Meta = ({
: 'Hardware Virtual Machine'}
</Label>
<VerticalDivider />
<Label>{(instance.package || {}).name}</Label>
<VerticalDivider />
<Flex>
<DotIcon
marginRight={remcalc(6)}
right={remcalc(6)}
size={remcalc(15)}
color={stateColor[state]}
/>