We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352ad9 commit 3a3e2e9Copy full SHA for 3a3e2e9
src/core/public/core_app/core_app.ts
@@ -71,6 +71,7 @@ export class CoreApp {
71
id: 'status',
72
title: 'Server Status',
73
appRoute: '/status',
74
+ chromeless: true,
75
navLinkStatus: AppNavLinkStatus.hidden,
76
mount(params: AppMountParameters) {
77
return renderStatusApp(params, { http, notifications });
0 commit comments