[RAM] Move Connectors to own page#142485
Conversation
|
Pinging @elastic/response-ops (Team:ResponseOps) |
| app: [], | ||
| order: FEATURE_ORDER, | ||
| management: { | ||
| insightsAndAlerting: ['triggersActions'], |
There was a problem hiding this comment.
we should use the new constant CONNECTORS_PLUGIN_ID
There was a problem hiding this comment.
This constant is in the triggers_actions_ui plugin, not the actions plugin, and attempting to import it causes an unresolvable no_boundary_crossing error. Because triggersActions is already here as a literal and not as an imported constant I think we should just leave it as-is.
|
@mdefazio Do you want the two buttons |
|
I tried to change the privileges of |
|
Here's an updated mockup showing the empty state
I think this will be slightly different for Rules, since that will have two tabs....but I'm checking on that. Will get you that soon. @lcawl Can you take a look at the page description and empty prompt text? I threw this in as a placeholder. The current copy felt out dated. We will also need an updated page description for the Rules page. |
| let updatedTitle: string; | ||
|
|
||
| switch (page) { | ||
| case 'logs': |
|
It seems like we're changing the path of the connectors page from |
|
@elasticmachine merge upstream |
| exact | ||
| path={routeToConnectors} | ||
| render={() => { | ||
| const newPath = window.location.pathname.replace( |
There was a problem hiding this comment.
instead of doing that, we can just use navigateToApp, it will be more the kibana way, what do you think?
|
@elastic/kibana-reporting-services @elastic/kibana-app-services @elastic/platform-deployment-management @elastic/ml-ui I apparently need code owner approval to achieve this sort order: We had multiple plugins using the same |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Deployment Management changes LGTM (changing watcher nav order)
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |




Summary
Moves Connectors tab to own page in Stack Management
Closes #142373
Checklist