Commit 4fd106ac authored by Georgios Dagkakis's avatar Georgios Dagkakis

tabs in model set with priorities

parent 891d8e6d
...@@ -94,16 +94,19 @@ ...@@ -94,16 +94,19 @@
}, },
"input": { "input": {
"debug": { "debug": {
"priority":1,
"gadget": "Input_viewDebugJson", "gadget": "Input_viewDebugJson",
"title": "Edit Configuration", "title": "Edit Configuration",
"type": "object_view" "type": "object_view"
}, },
"view": { "view": {
"priority":10,
"gadget": "Input_viewProductionLine", "gadget": "Input_viewProductionLine",
"title": "Production Line", "title": "Production Line",
"type": "object_view" "type": "object_view"
}, },
"view_ACO_weights_spreadsheet": { "view_ACO_weights_spreadsheet": {
"priority":2,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -141,6 +144,7 @@ ...@@ -141,6 +144,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_machine_shift_spreadsheet": { "view_machine_shift_spreadsheet": {
"priority":5,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -167,12 +171,14 @@ ...@@ -167,12 +171,14 @@
"type": "object_view" "type": "object_view"
}, },
"view_management": { "view_management": {
"priority":0,
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"title": "Manage Document", "title": "Manage Document",
"type": "object_view" "type": "object_view"
}, },
"view_operator_shift_spreadsheet": { "view_operator_shift_spreadsheet": {
"configuration": { "priority":8,
"configuration": {
"columns": [ "columns": [
{ {
"format": "date-time", "format": "date-time",
...@@ -221,6 +227,7 @@ ...@@ -221,6 +227,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_operator_skill_spreadsheet": { "view_operator_skill_spreadsheet": {
"priority":9,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -238,16 +245,19 @@ ...@@ -238,16 +245,19 @@
"type": "object_view" "type": "object_view"
}, },
"view_result": { "view_result": {
"priority": -4,
"gadget": "Input_viewResultList", "gadget": "Input_viewResultList",
"title": "Results", "title": "Results",
"type": "object_view" "type": "object_view"
}, },
"view_run_simulation": { "view_run_simulation": {
"priority": -2,
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"title": "Run Simulation", "title": "Run Simulation",
"type": "object_view" "type": "object_view"
}, },
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"priority": 4,
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
...@@ -283,6 +293,7 @@ ...@@ -283,6 +293,7 @@
}, },
"output": { "output": {
"view_buffer_state": { "view_buffer_state": {
"priority":5,
"configuration": { "configuration": {
"handsontable_options": {}, "handsontable_options": {},
"output_id": "buffer_output" "output_id": "buffer_output"
...@@ -292,6 +303,7 @@ ...@@ -292,6 +303,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_download_spreadsheet": { "view_download_spreadsheet": {
"priority":0,
"configuration": { "configuration": {
"output_id": "operator_spreadsheet" "output_id": "operator_spreadsheet"
}, },
...@@ -300,6 +312,7 @@ ...@@ -300,6 +312,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_exit_results": { "view_exit_results": {
"priority":10,
"configuration": { "configuration": {
"handsontable_options": {}, "handsontable_options": {},
"output_id": "exit_output" "output_id": "exit_output"
...@@ -309,6 +322,7 @@ ...@@ -309,6 +322,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_operator_gantt": { "view_operator_gantt": {
"priority":8,
"configuration": { "configuration": {
"output_id": "operator_gantt" "output_id": "operator_gantt"
}, },
...@@ -317,6 +331,7 @@ ...@@ -317,6 +331,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_operator_utilization": { "view_operator_utilization": {
"priority":7,
"configuration": { "configuration": {
"output_id": "operator_utilization" "output_id": "operator_utilization"
}, },
...@@ -325,6 +340,7 @@ ...@@ -325,6 +340,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_queue_stats": { "view_queue_stats": {
"priority":5,
"configuration": { "configuration": {
"output_id": "queue_statistics" "output_id": "queue_statistics"
}, },
...@@ -333,6 +349,7 @@ ...@@ -333,6 +349,7 @@
"type": "object_view" "type": "object_view"
}, },
"view_station_utilization": { "view_station_utilization": {
"priority":6,
"configuration": { "configuration": {
"output_id": "station_utilization" "output_id": "station_utilization"
}, },
......
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