Skip to content

Commit

Permalink
Merge pull request #192 from Hyperkid123/rename-subs-bundle
Browse files Browse the repository at this point in the history
Rename subs bundle
  • Loading branch information
Hyperkid123 committed Jul 11, 2023
2 parents 9c772c3 + 503d7bf commit 506000b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,20 @@
}
]
},
"subscriptionsDashboardUi": {
"manifestLocation": "/apps/subscriptions-dashboard-ui/fed-mods.json",
"modules": [
{
"id": "subscriptions-dashboard-ui",
"module": "./RootApp",
"routes": [
{
"pathname": "/subscriptions/overview"
}
]
}
]
},
"manifests": {
"manifestLocation": "/apps/manifests/fed-mods.json",
"modules": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "subscription-services",
"id": "subscriptions",
"title": "Subscription Services",
"navItems": [
{
"id": "overview",
"appId": "overview",
"appId": "subscriptionsDashboardUi",
"title": "Overview",
"href": "/subscriptions/overview"
},
Expand Down

0 comments on commit 506000b

Please sign in to comment.