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
|
@ -444,6 +444,14 @@ public class AboutWindow extends Window implements EventListener<Event> {
|
|||
link.setHref("http://groups.google.com/group/idempiere");
|
||||
link.setTarget("_blank");
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue