mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix path mentioned in comment
This commit is contained in:
parent
016f881dba
commit
66488f5d6b
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ _.class(errors.NoDefinedIndexPatterns).inherits(KbnError);
|
|||
|
||||
|
||||
/**
|
||||
* Tried to load a route besides management/data/* but you don't have a default index pattern!
|
||||
* Tried to load a route besides management/kibana/index but you don't have a default index pattern!
|
||||
*/
|
||||
errors.NoDefaultIndexPattern = function NoDefaultIndexPattern(type) {
|
||||
KbnError.call(this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue