Skip to content

Commit

Permalink
Move welcome page to the right view stack #244
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored and eneufeld committed Apr 20, 2020
1 parent 8bfdb6e commit 2d30758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export class CoffeeWelcomePageContribution extends AbstractViewContribution<Welc
widgetId: WelcomePageWidget.ID,
widgetName: WelcomePageWidget.LABEL,
defaultWidgetOptions: {
area: 'main',
area: 'right',
rank: 1000
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class WelcomePageWidget extends ReactWidget {
this.title.label = WelcomePageWidget.LABEL;
this.title.caption = WelcomePageWidget.LABEL;
this.title.closable = true;
this.title.iconClass = 'fa fa-info';

this.applicationInfo = await this.appServer.getApplicationInfo();
this.update();
Expand Down

0 comments on commit 2d30758

Please sign in to comment.