[Uptime] Fix/host connected components#56969
Conversation
|
Pinging @elastic/uptime (Team:uptime) |
justinkambic
left a comment
There was a problem hiding this comment.
Left some comments.
| isApmAvailable={true} | ||
| isInfraAvailable={false} | ||
| isLogsAvailable={true} | ||
| // basePath="foo" |
There was a problem hiding this comment.
Delete this code if it's not longer needed.
| isApmAvailable={true} | ||
| isInfraAvailable={true} | ||
| isLogsAvailable={false} | ||
| // basePath="foo" |
There was a problem hiding this comment.
Ditto to deleting the code.
| @@ -0,0 +1,21 @@ | |||
| /* | |||
There was a problem hiding this comment.
Let's delete this file as we have ./helper_with_router.ts in this same directory now.
There was a problem hiding this comment.
must have messed up during conflicts.
| <main> | ||
| <PageHeader setBreadcrumbs={setBreadcrumbs} /> | ||
| // @ts-ignore we need to update the type of this prop | ||
| {/* @ts-ignore we need to update the type of this prop*/} |
There was a problem hiding this comment.
| {/* @ts-ignore we need to update the type of this prop*/} | |
| {/* @ts-ignore TODO we need to update the type of this prop*/} |
While we're here, let's put a TODO string in there so if someone is searching for TODOs this will show up.
|
@justinkambic took care of your feedback |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
| <EuiPage className="app-wrapper-panel " data-test-subj="uptimeApp"> | ||
| <main> | ||
| <PageHeader setBreadcrumbs={setBreadcrumbs} /> | ||
| // @ts-ignore we need to update the type of this prop |
There was a problem hiding this comment.
Being able to delete it, even better!
* master: (22 commits) skip flaky suite (elastic#50018) skip settings tests (elastic#57608) skip failing suite (elastic#44631) [SIEM] [Case] Initial UI (elastic#57283) handle viewing sample dashboards on default dist (elastic#57510) Fix detection of "system requests" in plugins (elastic#57149) [ML] New Platform server shim: update job service schema (elastic#57614) skip flaky suite (elastic#44631) [APM] Update monospace font family variable (elastic#57555) skip flaky test (elastic#57377) Skip save query tests (elastic#57589) [Maps] allow simultaneous opening of multiple tooltips (elastic#57226) [Uptime] Fix/host connected components (elastic#56969) [logs][metrics][docs] Update screenshots for 7.6 (elastic#57254) [ML] New Platform server shim: update job service routes to use new platform router (elastic#57403) [Maps] Fix document source top hits split by scripted field (elastic#57481) Use log4j pattern syntax (elastic#57433) [ML] Categorization field example endpoint tests (elastic#57471) [Lens] Filter out pinned filters from saved object of Lens (elastic#57197) Lens client side shim cleanup (elastic#56976) ...
* added test for pages * fixed types * moved redux logic to connected * comment * update type * type fix
Summary
Fix elastic/uptime#134
Move containers into connected folder.