mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #7732 from ppisljar/fix/6235
fix #6235 - Unclickable abbreviated field value
This commit is contained in:
commit
10f4839072
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<i aria-hidden="true" class="fa fa-search-plus pull-right discover-field-details-filter"
|
||||
ng-click="updateFilterInQuery(field, bucket.value, '+')"></i>
|
||||
</span>
|
||||
<div css-truncate css-truncate-expandable="true" class="discover-field-details-value">
|
||||
<div css-truncate css-truncate-expandable="true" class="discover-field-details-value" title="{{::bucket.display}}">
|
||||
{{::bucket.display}} <i ng-show="bucket.display === ''">Empty string</i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue