Commit 770fa32d authored by Georgios Dagkakis's avatar Georgios Dagkakis

model to have output view for the WIP

parent 205ff681
......@@ -307,6 +307,16 @@
"title": "PB Schedule Spreadsheet",
"type": "object_view"
},
"view_output_wip_spreadsheet": {
"configuration": {
"handsontable_options": {},
"output_id": "output_wip_spreadsheet"
},
"gadget": "Output_viewSpreadsheet",
"priority": -5,
"title": "WIP KE tool returned",
"type": "object_view"
},
"view_exit_results": {
"configuration": {
"handsontable_options": {},
......@@ -385,6 +395,10 @@
{
"_class": "dream.plugins.Batches.BatchesOperatorSpreadsheet.BatchesOperatorSpreadsheet",
"output_id": "operator_spreadsheet"
},
{
"_class": "dream.plugins.Batches.OutputKEWIP.OutputKEWIP",
"output_id": "output_wip_spreadsheet"
}
]
},
......
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