Commit a8f4b3cc authored by Georgios Dagkakis's avatar Georgios Dagkakis

views added in BatchAllInOneEmpty

parent 940bd106
...@@ -201,24 +201,24 @@ ...@@ -201,24 +201,24 @@
} }
}, },
"output": { "output": {
"view_exit_stats": { "view_exit_results": {
"configuration": { "configuration": {
"properties": { "handsontable_options": {},
"lifespan": { "output_id": "exit_output"
"type": "number"
},
"taktTime": {
"type": "number"
},
"throughput": {
"type": "number"
}
}
}, },
"gadget": "Output_viewExitStatistics", "gadget": "Output_viewSpreadsheet",
"title": "Exit Statistics", "title": "Exit statistics",
"type": "object_view" "type": "object_view"
}, },
"view_buffer_state": {
"configuration": {
"handsontable_options": {},
"output_id": "buffer_output"
},
"gadget": "Output_viewSpreadsheet",
"title": "Buffer Levels",
"type": "object_view"
},
"view_operator_gantt": { "view_operator_gantt": {
"configuration": { "configuration": {
"data": { "data": {
...@@ -258,7 +258,6 @@ ...@@ -258,7 +258,6 @@
"_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics", "_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics",
"output_id": "queue_statistics" "output_id": "queue_statistics"
} }
] ]
}, },
"pre_processing": { "pre_processing": {
......
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