Merge pull request #3537 from backstage/ryanv/disable-cost-insights-support-button
Ryanv/disable cost insights support button
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
disable support button
|
||||
@@ -32,7 +32,8 @@ import {
|
||||
import { CostInsightsNavigation } from '../CostInsightsNavigation';
|
||||
import { CostOverviewCard } from '../CostOverviewCard';
|
||||
import { ProductInsights } from '../ProductInsights';
|
||||
import { CostInsightsSupportButton } from '../CostInsightsSupportButton';
|
||||
/* https://github.com/backstage/backstage/issues/2574 */
|
||||
// import { CostInsightsSupportButton } from '../CostInsightsSupportButton';
|
||||
import {
|
||||
useConfig,
|
||||
useCurrency,
|
||||
@@ -164,7 +165,7 @@ export const CostInsightsPage = () => {
|
||||
<CostInsightsLayout groups={groups}>
|
||||
<Box textAlign="right">
|
||||
<CopyUrlToClipboard />
|
||||
<CostInsightsSupportButton />
|
||||
{/* <CostInsightsSupportButton /> */}
|
||||
</Box>
|
||||
<Container maxWidth="lg">
|
||||
<CostInsightsHeaderNoGroups />
|
||||
@@ -239,7 +240,7 @@ export const CostInsightsPage = () => {
|
||||
mb={2}
|
||||
>
|
||||
<CopyUrlToClipboard />
|
||||
<CostInsightsSupportButton />
|
||||
{/* <CostInsightsSupportButton /> */}
|
||||
</Box>
|
||||
<Container maxWidth="lg" disableGutters>
|
||||
<Grid container direction="column">
|
||||
|
||||
Reference in New Issue
Block a user