elastic/kibana

Elasticsearch apps should redirect undefined routes to a home page

开放

#27,441 创建于 2018年12月18日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (8,021 个派生)batch import
Feature:CCR and Remote ClustersFeature:ILMTeam:Kibana Managementbuggood first issuepapercut

仓库指标

星标
 (19,065 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南