Skip to content

Commit

Permalink
fix(satellite): sw-20 remove graph threshold (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Aug 30, 2022
1 parent c6fe4eb commit 6715f05
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,42 @@ exports[`ProductViewMissing Component should render a non-connected component: n
</Button>
</CardFooter>
</Card>
<Card
isHoverable={true}
key="missingViewCard-satellite"
onClick={[Function]}
>
<CardTitle>
<Title
headingLevel="h2"
size="lg"
>
t(curiosity-view.title, {"appName":"Subscriptions","context":"Satellite"})
</Title>
</CardTitle>
<CardBody
className="curiosity-missing-view__card-description"
>
t(curiosity-view.description, {"appName":"Subscriptions","context":"Satellite"})
</CardBody>
<CardFooter>
<Button
icon={
<ArrowRightIcon
color="currentColor"
noVerticalAlign={false}
size="sm"
/>
}
iconPosition="right"
isInline={true}
onClick={[Function]}
variant="link"
>
Open
</Button>
</CardFooter>
</Card>
</Gallery>
</PageSection>
</PageLayout>
Expand Down
3 changes: 1 addition & 2 deletions src/config/product.satellite.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ const config = {
fill: chartColorPurpleLight.value,
stroke: chartColorPurpleDark.value,
color: chartColorPurpleDark.value
},
{ id: 'thresholdSockets', chartType: 'threshold' }
}
],
initialGuestsFilters: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const routes = [
productParameter: [satelliteProductConfig.productGroup],
productConfig: [{ ...satelliteProductConfig, productId: RHSM_API_PATH_ID_TYPES.SATELLITE }],
redirect: null,
isSearchable: false,
isSearchable: true,
aliases: [],
activateOnError: false,
disabled: helpers.UI_DISABLED,
Expand Down

0 comments on commit 6715f05

Please sign in to comment.