feat(sidebar): add costs-quota-plans item to Costs section (B/F9)

This commit is contained in:
diegosouzapw
2026-05-28 08:24:54 -03:00
parent bd2cf82e0a
commit 4cb50a733e

View File

@@ -44,6 +44,7 @@ export const HIDEABLE_SIDEBAR_ITEM_IDS = [
"costs-pricing",
"costs-budget",
"costs-quota-share",
"costs-quota-plans",
// Monitoring > Audit
"audit",
"audit-mcp",
@@ -437,8 +438,13 @@ const COSTS_ITEMS: readonly SidebarItemDefinition[] = [
subtitleKey: "costsQuotaShareSubtitle",
icon: "pie_chart",
},
// F9 ADDS ONE LINE HERE:
// { id: "costs-quota-plans", href: "/dashboard/costs/quota-share/plans", i18nKey: "costsQuotaPlans", subtitleKey: "costsQuotaPlansSubtitle", icon: "fact_check" },
{
id: "costs-quota-plans",
href: "/dashboard/costs/quota-share/plans",
i18nKey: "costsQuotaPlans",
subtitleKey: "costsQuotaPlansSubtitle",
icon: "fact_check",
},
];
const AUDIT_GROUP: SidebarItemGroup = {