mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
A recent refactor caused this, when the name of the function changed.
This commit is contained in:
parent
e826536e72
commit
02ad0ac16d
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
|||
Name
|
||||
<span
|
||||
class="kuiIcon"
|
||||
ng-show="listingController.getSortProperty().name === 'title'"
|
||||
ng-show="listingController.getSortedProperty().name === 'title'"
|
||||
ng-class="listingController.isAscending('title') ? 'fa-caret-up' : 'fa-caret-down'"
|
||||
></span>
|
||||
</th>
|
||||
|
@ -131,7 +131,7 @@
|
|||
Type
|
||||
<span
|
||||
class="kuiIcon"
|
||||
ng-show="listingController.getSortProperty().name === 'type'"
|
||||
ng-show="listingController.getSortedProperty().name === 'type'"
|
||||
ng-class="listingController.isAscending('type') ? 'fa-caret-up' : 'fa-caret-down'"
|
||||
></span>
|
||||
</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue