added panel titles
This commit is contained in:
parent
cb025c54ce
commit
68a8076c28
@ -121,7 +121,7 @@ public class ProjectManagementPanel extends Panel {
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
dialog.setTitle("Edit project");
|
||||
target.addComponent(dialog);
|
||||
dialog.open(target);
|
||||
}
|
||||
@ -291,7 +291,7 @@ public class ProjectManagementPanel extends Panel {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
dialog.setTitle("Create new project");
|
||||
target.addComponent(dialog);
|
||||
dialog.open(target);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user