Open link in new tab

This commit is contained in:
Moritz Dieing 2021-02-19 15:28:17 +01:00
parent 0ecb8be4b6
commit 318d34216e

View File

@ -70,6 +70,7 @@ public class StartPageView extends VerticalLayout implements ControlPanelView, L
linkText = new Text(getTranslation("root.linkText"));
link = new Anchor(getTranslation("root.link"), getTranslation("root.here"));
link.setTarget("_blank"); // opens new tab
Span linkContainer = new Span(linkText, link, new Text(DOT));
linkContainer.setId(LINK_CONTAINER_ID);