Commit 111c54ac authored by Georgios Dagkakis's avatar Georgios Dagkakis

instance set to output trace

parent 3f444c53
...@@ -205,11 +205,23 @@ ...@@ -205,11 +205,23 @@
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewSpreadsheet",
"title": "Tabular_Results", "title": "Tabular_Results",
"type": "object_view" "type": "object_view"
} },
"view_downaload_spreadsheet": {
"configuration": {
"output_id": "trace_spreadSheet"
},
"gadget": "Output_viewDownloadFile",
"title": "Download Result Spreadsheet",
"type": "object_view"
}
}, },
"post_processing": { "post_processing": {
"description": "", "description": "",
"plugin_list": [ "plugin_list": [
{
"_class": "dream.plugins.ParseTraceFile.ParseTraceFile",
"output_id": "trace_spreadSheet"
},
{ {
"_class": "dream.plugins.DefaultTabularExit.DefaultTabularExit" "_class": "dream.plugins.DefaultTabularExit.DefaultTabularExit"
} }
......
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