elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

Elasticsearch apps should redirect undefined routes to a home page #27441

Open cjcenizal opened 5 years ago

cjcenizal commented 5 years ago

Currently, Rollup Jobs, ILM, and CCR just show blank screens if the user manually navigates to an undefined route:

image

Remote Clusters will redirect undefined routes back to the list page:

<Redirect from={`${CRUD_APP_BASE_PATH}/:anything`} to={`${CRUD_APP_BASE_PATH}/list`} />

We should do the same throughout all of our apps.

elasticmachine commented 5 years ago

Pinging @elastic/es-ui

alisonelizabeth commented 2 weeks ago

Looks like this issue still exists, although the UI looks much different now :) Let's descope rollup jobs though, as this UI will soon be deprecated.

Image

Image

elasticmachine commented 10 hours ago

Pinging @elastic/kibana-management (Team:Kibana Management)