ItEr30S15RFVisualizacionMultiplesProxectosItEr29S18: Linking to multiple tabs planner as default for application
This commit is contained in:
parent
1e183e865e
commit
07bcbae855
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
}
|
||||
|
||||
public void initializeMenu() {
|
||||
topItem(_("Planification"),"/planner/main.zul");
|
||||
topItem(_("Planification"), "/planner/index.zul");
|
||||
|
||||
topItem(_("Resources"), "/resources/worker/worker.zul",
|
||||
subItem(_("Workers List"),"/resources/worker/worker.zul#list"),
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
</servlet-mapping>
|
||||
|
||||
<welcome-file-list>
|
||||
<welcome-file>/planner/main.zul</welcome-file>
|
||||
<welcome-file>/planner/index.zul</welcome-file>
|
||||
</welcome-file-list>
|
||||
|
||||
<error-page>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue