Skip to content

Commit

Permalink
unnecessary coe
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jun 30, 2020
1 parent ad6d359 commit 38b89a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/uptime/public/apps/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class UptimePlugin
});
}

// This doesn't actually work
plugins.observability.dashboard.register({
appName: 'uptime',
hasData: async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 38b89a5

Please sign in to comment.