mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This commit is contained in:
parent
7581eed692
commit
ad175294c8
2 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,7 @@ function profileVizController($scope, $http, HighlightService, Private) {
|
|||
$scope.description = 'Search profiling and visualization';
|
||||
$scope.profileResponse = [];
|
||||
$scope.highlight = HighlightService;
|
||||
$scope.index = '_all';
|
||||
|
||||
// TODO this map controls which tab is active, but due to how
|
||||
// the tab directive works, we cannot use a single variable to hold the state.
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
class="kuiTextInput"
|
||||
type="text"
|
||||
ng-model="index"
|
||||
placeholder="_all"
|
||||
ng-disabled="!licenseEnabled"
|
||||
></input>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue