Moved project details and project list to be the second selectable perspectives
FEA: ItEr65S08PerspectivesOrder
This commit is contained in:
parent
bd9b632e41
commit
5d03466e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -262,9 +262,9 @@ public class MultipleTabsPlannerController implements Composer,
|
|||
|
||||
TabsConfiguration tabsConfiguration = TabsConfiguration.create()
|
||||
.add(tabWithNameReloading(planningTab, typeChanged))
|
||||
.add(tabWithNameReloading(ordersTab, typeChanged))
|
||||
.add(tabWithNameReloading(resourceLoadTab, typeChanged))
|
||||
.add(tabWithNameReloading(limitingResourcesTab, typeChanged))
|
||||
.add(tabWithNameReloading(ordersTab, typeChanged))
|
||||
.add(visibleOnlyAtOrderMode(advancedAllocationTab));
|
||||
|
||||
if (isMontecarloVisible) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue