Commit d90a2347 authored by Jérome Perrin's avatar Jérome Perrin

update DemandPlanningAllInOneEmpty to use Output_viewBottleneckGraph

parent 611bbea6
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
} }
}, },
"output": { "output": {
"view_downaload_spreadsheet": { "view_download_spreadsheet": {
"configuration": { "configuration": {
"output_id": "demand_planning_spreadsheet" "output_id": "demand_planning_spreadsheet"
}, },
...@@ -148,22 +148,14 @@ ...@@ -148,22 +148,14 @@
"title": "Download Result Spreadsheet", "title": "Download Result Spreadsheet",
"type": "object_view" "type": "object_view"
}, },
"view_utilization_stats1": { "view_bottleneck_utilization": {
"configuration": { "configuration": {
"output_id": "BE_A_VF78_DSO_3" "output_id": "bottleneck_utilization"
},
"gadget": "Output_viewGraph",
"title": "BE_A_VF78_DSO_3 Utilization",
"type": "object_view"
},
"view_utilization_stats2": {
"configuration": {
"output_id": "BE_A_VK18_DKO_5"
}, },
"gadget": "Output_viewGraph", "gadget": "Output_viewBottleneckGraph",
"title": "BE_A_VK18_DKO_5 Utilization", "title": "Bottleneck Utilization",
"type": "object_view" "type": "object_view"
} }
}, },
"post_processing": { "post_processing": {
"plugin_list": [ "plugin_list": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment