Skip to content

Commit

Permalink
Merge pull request elastic#8557 from kobelb/console-index-autocomplete
Browse files Browse the repository at this point in the history
Console now autocompletes indexes
  • Loading branch information
kobelb authored Oct 12, 2016
2 parents d673a53 + 0ae3779 commit 64227dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/console/public/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ export default function init(input, output, sourceLocation = 'stored') {

loadSavedState();
setupAutosave();
mappings.retrieveAutocompleteInfoFromServer();
};

0 comments on commit 64227dc

Please sign in to comment.