Skip to content

Commit

Permalink
fix index-pattern issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jul 1, 2020
1 parent 1c47adf commit bdffda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AssetTitleMap: Record<AssetType, string> = {
dashboard: 'Dashboard',
ilm_policy: 'ILM Policy',
ingest_pipeline: 'Ingest Pipeline',
index_pattern: 'Index Pattern',
'index-pattern': 'Index Pattern',
index_template: 'Index Template',
component_template: 'Component Template',
search: 'Saved Search',
Expand Down

0 comments on commit bdffda0

Please sign in to comment.