This is an automated email from the ASF dual-hosted git repository.
ababiichuk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 940268f [AMBARI-23918] [Logsearch UI] 'Component' option missing in
the autofill in include filter
940268f is described below
commit 940268fea4385d684c378843750dd82e7da0770b
Author: Tobias Istvan <[email protected]>
AuthorDate: Mon May 21 18:03:49 2018 +0200
[AMBARI-23918] [Logsearch UI] 'Component' option missing in the autofill in
include filter
---
.../src/app/components/search-box/search-box.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.html
b/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.html
index f93f411..5af0eae 100644
---
a/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.html
+++
b/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.html
@@ -29,7 +29,7 @@
</ng-container>
<span class="active-parameter-label" *ngIf="isActive &&
activeItem">{{activeItem.label | translate}}:</span>
<div [ngClass]="{'search-item-container': true, 'active': isActive, 'value':
isValueInput}">
- <input #parameterInput [(ngModel)]="currentValue" [typeahead]="items"
typeaheadOptionField="value"
+ <input #parameterInput [(ngModel)]="currentValue" [typeahead]="items"
typeaheadOptionField="label"
[typeaheadItemTemplate]="listItemTemplate"
(typeaheadNoResults)="setParameterNameMatchFlag($event)"
[typeaheadMinLength]="0"
(typeaheadOnSelect)="changeParameterName({item: $event.item,
isExclude: false})"
--
To stop receiving notification emails like this one, please contact
[email protected].