Skip to content

Commit

Permalink
Merge pull request #289 from dlabrecq/hcs
Browse files Browse the repository at this point in the history
Add Business Services bundle to prod-stable
  • Loading branch information
Hyperkid123 authored Oct 5, 2023
2 parents 76c31c6 + 60f29e3 commit ea78d39
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
19 changes: 19 additions & 0 deletions static/stable/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,25 @@
}
]
},
"hybridCommittedSpend": {
"manifestLocation": "/apps/hybrid-committed-spend/fed-mods.json",
"config": {
"ssoScopes": [
"api.billing.hcs_reports"
]
},
"modules": [
{
"id": "hybrid-committed-spend",
"module": "./RootApp",
"routes": [
{
"pathname": "/business-services/hybrid-committed-spend"
}
]
}
]
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"modules": [
Expand Down
29 changes: 29 additions & 0 deletions static/stable/prod/navigation/business-services-navigation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

{
"id": "business-services",
"title": "Business Services",
"navItems": [
{
"title": "Hybrid Committed Spend",
"expandable": true,
"filterable": false,
"id": "hybridCommittedSpend",
"description": "Compare the difference between the commitment and actual Red Hat spending.",
"routes": [
{
"id": "overview",
"appId": "hybridCommittedSpend",
"title": "Overview",
"href": "/business-services/hybrid-committed-spend",
"icon": "PlaceholderIcon"
},
{
"id": "details",
"appId": "hybridCommittedSpend",
"title": "Details",
"href": "/business-services/hybrid-committed-spend/details"
}
]
}
]
}
13 changes: 12 additions & 1 deletion static/stable/prod/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"isGroup": true,
"title": "Advanced Cluster Security",
"links": [
"application-services.clusterOverview"
"application-services.clusterOverview"
]
},
{
Expand Down Expand Up @@ -402,6 +402,17 @@
"rhel.ros"
]
},
{
"id": "spendManagement",
"icon": "CreditCardIcon",
"title": "Spend Management",
"description": "Control costs and monitor committed spend.",
"links": [
"openshift.costManagement",
"rhel.ros",
"business-services.hybridCommittedSpend"
]
},
{
"id": "systemConfiguration",
"icon": "CogIcon",
Expand Down

0 comments on commit ea78d39

Please sign in to comment.