[Ingest Node Pipelines] Migrate to new page layout#101894
[Ingest Node Pipelines] Migrate to new page layout#101894sabarasaba merged 9 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/kibana-stack-management (Team:Stack Management) |
|
@elasticmachine merge upstream |
alisonelizabeth
left a comment
There was a problem hiding this comment.
This looks great @sabarasaba! I left a few nits in the code, mostly around copy.
I'd also like to see the error and loading states related to the privileges check updated before approving. You can find this in app.tsx. I created a common PageError component in #101811 (still in review), which may be helpful to use here.
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/empty_list.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_edit/pipelines_edit.tsx
Outdated
Show resolved
Hide resolved
|
Thanks for having a look @alisonelizabeth! Good catch regarding the permissions check, I wasn't aware of it! I ended up just wrapping them both with |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @sabarasaba |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Latest LGTM. Thanks @sabarasaba!
* migrate pages to new layout * fix linter errors * update translation files * Nicer try-again cta * Fix lang and prettier * small CR changes * small linter fixes * fix test copy Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* migrate pages to new layout * fix linter errors * update translation files * Nicer try-again cta * Fix lang and prettier * small CR changes * small linter fixes * fix test copy Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* migrate pages to new layout * fix linter errors * update translation files * Nicer try-again cta * Fix lang and prettier * small CR changes * small linter fixes * fix test copy Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This PR migrates
Ingest Node Pipelinesto use the new page layout.Related: #100748
Pipelines List
Pipelines Create
Pipelines Edit
Pipelines Clone
Permissions Check