IDEMPIERE-5636 - Add Mattermost to the About Tab (#1743)
* IDEMPIERE-5636 - Add Mattermost to the About Tab * Update AboutWindow.java
This commit is contained in:
parent
85af1ed2a1
commit
c2d88f17d9
|
@ -445,6 +445,14 @@ public class AboutWindow extends Window implements EventListener<Event> {
|
||||||
link.setTarget("_blank");
|
link.setTarget("_blank");
|
||||||
link.setParent(vbox);
|
link.setParent(vbox);
|
||||||
|
|
||||||
|
separator = new Separator();
|
||||||
|
separator.setParent(vbox);
|
||||||
|
link = new ToolBarButton();
|
||||||
|
link.setLabel("Online Support");
|
||||||
|
link.setHref("https://mattermost.idempiere.org");
|
||||||
|
link.setTarget("_blank");
|
||||||
|
link.setParent(vbox);
|
||||||
|
|
||||||
return tabPanel;
|
return tabPanel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue