Commit 737a19f5 authored by Jérome Perrin's avatar Jérome Perrin

DefaultAllInOneEmpty: use Output_viewGraph, Output_viewChart no longer exist

parent a1de4b3b
......@@ -193,7 +193,7 @@
"configuration": {
"output_id": "queue_statistics"
},
"gadget": "Output_viewChart",
"gadget": "Output_viewGraph",
"title": "Queue Statistics",
"type": "object_view"
},
......@@ -201,7 +201,7 @@
"configuration": {
"output_id": "station_utilization"
},
"gadget": "Output_viewChart",
"gadget": "Output_viewGraph",
"title": "Station Utilization",
"type": "object_view"
},
......@@ -225,6 +225,10 @@
"_class": "dream.plugins.PostProcessStationUtilization.PostProcessStationUtilization",
"family": "Server",
"output_id": "station_utilization"
},
{
"_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics",
"output_id": "queue_statistics"
}
]
},
......
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