Skip to content

Commit 3a3e2e9

Browse files
committed
set status app as chromeless
1 parent 7352ad9 commit 3a3e2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/public/core_app/core_app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export class CoreApp {
7171
id: 'status',
7272
title: 'Server Status',
7373
appRoute: '/status',
74+
chromeless: true,
7475
navLinkStatus: AppNavLinkStatus.hidden,
7576
mount(params: AppMountParameters) {
7677
return renderStatusApp(params, { http, notifications });

0 commit comments

Comments
 (0)