diff --git a/x-pack/plugins/uptime/public/apps/plugin.ts b/x-pack/plugins/uptime/public/apps/plugin.ts index 38eba95f2cb70..9af4dea9dbb44 100644 --- a/x-pack/plugins/uptime/public/apps/plugin.ts +++ b/x-pack/plugins/uptime/public/apps/plugin.ts @@ -67,7 +67,6 @@ export class UptimePlugin }); } - // This doesn't actually work plugins.observability.dashboard.register({ appName: 'uptime', hasData: async () => { diff --git a/x-pack/plugins/uptime/public/apps/uptime_overview_fetcher.ts b/x-pack/plugins/uptime/public/apps/uptime_overview_fetcher.ts index 84d2ec874f3e9..8467714e9661e 100644 --- a/x-pack/plugins/uptime/public/apps/uptime_overview_fetcher.ts +++ b/x-pack/plugins/uptime/public/apps/uptime_overview_fetcher.ts @@ -25,7 +25,7 @@ export async function fetchUptimeOverviewData({ const response: UptimeFetchDataResponse = { title: 'Uptime', - appLink: '/app/uptime#/', // Todo is there some sort of helper that handles subpaths? + appLink: '/app/uptime#/', stats: { monitors: { type: 'number',