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