Skip to content

Commit

Permalink
set status app as chromeless
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jul 22, 2020
1 parent 7352ad9 commit 3a3e2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/public/core_app/core_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class CoreApp {
id: 'status',
title: 'Server Status',
appRoute: '/status',
chromeless: true,
navLinkStatus: AppNavLinkStatus.hidden,
mount(params: AppMountParameters) {
return renderStatusApp(params, { http, notifications });
Expand Down

0 comments on commit 3a3e2e9

Please sign in to comment.