@@ -12,41 +12,43 @@ objects:
1212 spec :
1313 feoConfigEnabled : true
1414 bundleSegments :
15- - segmentId : ' cost-management.staging '
15+ - segmentId : ' cost-management-plugin '
1616 bundleId : ' staging'
1717 position : 100
1818 navItems :
19- - id : ' cost-management.staging.cost-management '
19+ - id : ' cost-management-plugin.nav '
2020 title : ' Cost Management'
2121 expandable : true
2222 routes :
23- - id : ' cost-management.staging .ros'
23+ - id : ' cost-management-plugin .ros'
2424 title : ' ROS'
2525 expandable : true
26+
27+ # Must match apps/koku-ui-ros/src/utils/paths.ts base
2628 routes :
27- - id : ' cost-management.staging .ros.badge'
29+ - id : ' cost-management-plugin .ros.badge'
2830 title : ' Optimizations badge'
29- href : ' /staging/cost-management-ros /ros/optimizations/badge'
30- - id : ' cost-management.staging .ros.link'
31+ href : ' /staging/cost-management/ros/optimizations/badge'
32+ - id : ' cost-management-plugin .ros.link'
3133 title : ' Optimizations link'
32- href : ' /staging/cost-management-ros /ros/optimizations/link'
33- - id : ' cost-management.staging .ros.summary'
34+ href : ' /staging/cost-management/ros/optimizations/link'
35+ - id : ' cost-management-plugin .ros.summary'
3436 title : ' Optimizations summary'
35- href : " /staging/cost-management-ros /ros/optimizations/summary"
36- - id : ' cost-management.staging .ros.table'
37+ href : " /staging/cost-management/ros/optimizations/summary"
38+ - id : ' cost-management-plugin .ros.table'
3739 title : ' Optimizations table'
38- href : ' /staging/cost-management-ros /ros/optimizations/table'
39- - id : ' cost-management.staging .ros.details'
40+ href : ' /staging/cost-management/ros/optimizations/table'
41+ - id : ' cost-management-plugin .ros.details'
4042 title : ' Optimizations details'
41- href : ' /staging/cost-management-ros /ros/optimizations/details'
42- - id : ' cost-management.staging .ros.breakdown'
43+ href : ' /staging/cost-management/ros/optimizations/details'
44+ - id : ' cost-management-plugin .ros.breakdown'
4345 title : ' Optimizations breakdown'
44- href : ' /staging/cost-management-ros /ros/optimizations/breakdown'
46+ href : ' /staging/cost-management/ros/optimizations/breakdown'
4547 API :
4648 versions :
4749 - v1
4850 envName : ${ENV_NAME}
49- title : ' Cost Management Resource Optimizations UI'
51+ title : ' Cost Management ROS UI'
5052 deploymentRepo : https://github.com/project-koku/koku-ui/apps/koku-ui-ros
5153 frontend :
5254 paths :
@@ -58,7 +60,7 @@ objects:
5860 - id : ' cost-management-ros'
5961 module : ' ./RootApp'
6062 routes :
61- - pathname : ' /staging/cost-management- ros'
63+ - pathname : ' /staging/cost-management/ ros'
6264parameters :
6365 - name : ENV_NAME
6466 required : true
0 commit comments