Commit 510dd2d1 authored by Jérome Perrin's avatar Jérome Perrin

demo json: the gadgets should not have html suffix

parent aabc9ff3
...@@ -234,14 +234,14 @@ ...@@ -234,14 +234,14 @@
"application_configuration": { "application_configuration": {
"input": { "input": {
"view": { "view": {
"title": "Production Line", "gadget": "Input_viewProductionLine",
"type": "object_view", "type": "object_view",
"gadget": "Input_viewProductionLine.html" "title": "Production Line"
}, },
"view_shift_spreadsheet": { "view_shift_spreadsheet": {
"gadget": "Input_viewSpreadsheet.html", "gadget": "Input_viewSpreadsheet",
"type": "object_view", "type": "object_view",
"title": "Shift Spreadsheeet", "title": "Configurable Shift Spreadsheeet (not functional yet)",
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -267,29 +267,29 @@ ...@@ -267,29 +267,29 @@
"view_run_simulation": { "view_run_simulation": {
"title": "Run Siumulation", "title": "Run Siumulation",
"type": "object_view", "type": "object_view",
"gadget": "Input_viewSimulation.html" "gadget": "Input_viewSimulation"
} }
}, },
"output": { "output": {
"view_station_utilization": { "view_station_utilization": {
"title": "Station Utilization", "title": "Station Utilization",
"type": "object_view", "type": "object_view",
"gadget": "Output_viewStationUtilisationGraph.html" "gadget": "Output_viewStationUtilisationGraph"
}, },
"view_queue_stats": { "view_queue_stats": {
"title": "Queue Statistics", "title": "Queue Statistics",
"type": "object_view", "type": "object_view",
"gadget": "Output_viewQueueStatGraph.html" "gadget": "Output_viewQueueStatGraph"
}, },
"view_exit_stats": { "view_exit_stats": {
"title": "Exit Statistics", "title": "Exit Statistics",
"type": "object_view", "type": "object_view",
"gadget": "Output_viewExitStatistics.html" "gadget": "Output_viewExitStatistics"
}, },
"view_debug_json": { "view_debug_json": {
"title": "Debug Json", "title": "Debug Json",
"type": "object_view", "type": "object_view",
"gadget": "Output_viewDebugJson.html" "gadget": "Output_viewDebugJson"
} }
}, },
"preprocessing_plugin_list": [ "preprocessing_plugin_list": [
......
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