fix(services): fix an issue with the sorting link for the ownership column (#682)

pull/692/head
Anthony Lapenna 2017-03-16 11:24:47 +01:00 committed by GitHub
parent b24825d453
commit 9f12cbd43d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
</a>
</th>
<th ng-if="applicationState.application.authentication">
<a ui-sref="containers" ng-click="order('Metadata.ResourceControl.OwnerId')">
<a ui-sref="services" ng-click="order('Metadata.ResourceControl.OwnerId')">
Ownership
<span ng-show="sortType == 'Metadata.ResourceControl.OwnerId' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'Metadata.ResourceControl.OwnerId' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>