Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
35a9a583
Commit
35a9a583
authored
Jun 22, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capacity project model: set priority on tabs and properties
Also add missing names on properties
parent
98f4606c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
dream/simulation/Examples/GUI_models/CapacityProjectComparisonRolling.json
...Examples/GUI_models/CapacityProjectComparisonRolling.json
+17
-8
No files found.
dream/simulation/Examples/GUI_models/CapacityProjectComparisonRolling.json
View file @
35a9a583
...
...
@@ -89,8 +89,9 @@
},
"view"
:
{
"gadget"
:
"Input_viewProductionLine"
,
"title"
:
"ProductionLine"
,
"type"
:
"object_view"
"title"
:
"Production Line"
,
"type"
:
"object_view"
,
"priority"
:
10
},
"view_available_capacity_spreadsheet"
:
{
"configuration"
:
{
...
...
@@ -631,29 +632,37 @@
"id"
:
{
"default"
:
"M"
,
"required"
:
true
,
"type"
:
"string"
"type"
:
"string"
,
"priority"
:
5
},
"name"
:
{
"default"
:
"Machine"
,
"type"
:
"string"
"type"
:
"string"
,
"priority"
:
4
},
"pool"
:
{
"_default"
:
""
,
"name"
:
"Worker Pool"
,
"description"
:
"The pool of workers that is used for this station. If this station does not share resources leave empty"
,
"required"
:
false
,
"type"
:
"string"
"type"
:
"string"
,
"priority"
:
3
},
"priority"
:
{
"_default"
:
""
,
"name"
:
"Priority"
,
"description"
:
"The priority against other stations. If this station does not share resources leave empty"
,
"required"
:
false
,
"type"
:
"number"
"type"
:
"number"
,
"priority"
:
2
},
"requireFullProject"
:
{
"_default"
:
0
,
"name"
:
"Is Assembly ?"
,
"description"
:
"Is this station an assembly? Yes: 1, No: 0"
,
"required"
:
true
,
"type"
:
"number"
"type"
:
"number"
,
"priority"
:
1
}
},
"type"
:
"object"
...
...
@@ -1359,4 +1368,4 @@
"result"
:
{
"result_list"
:
[]
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment