chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -21,18 +21,15 @@ import {
|
||||
} from '@backstage/core-plugin-api';
|
||||
|
||||
export const rootRouteRef = createRouteRef({
|
||||
path: '/cost-insights',
|
||||
title: 'Cost Insights',
|
||||
id: 'cost-insights',
|
||||
});
|
||||
|
||||
export const projectGrowthAlertRef = createRouteRef({
|
||||
path: '/cost-insights/investigating-growth',
|
||||
title: 'Investigating Growth',
|
||||
id: 'cost-insights/investigating-growth',
|
||||
});
|
||||
|
||||
export const unlabeledDataflowAlertRef = createRouteRef({
|
||||
path: '/cost-insights/labeling-jobs',
|
||||
title: 'Labeling Dataflow Jobs',
|
||||
id: 'cost-insights/labeling-jobs',
|
||||
});
|
||||
|
||||
export const costInsightsPlugin = createPlugin({
|
||||
|
||||
Reference in New Issue
Block a user