Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-300 Missed replacing one 'capitalize' filter with 'firstUppe…
Browse files Browse the repository at this point in the history
…r' filter.
  • Loading branch information
mtho11 committed Jun 2, 2015
1 parent 9f24227 commit 9e117fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3>Application Servers ({{vm.resourceList.length}})</h3>
<i class="fa fa-arrow-down" ng-show="res.state === 'down' || res.state === 'unknown'"></i>
<i class="fa fa-spinner fa-spin" ng-show="res.state === 'starting'"></i>
<i class="fa fa-repeat" ng-show="res.state === 'restart required'"></i>
{{res.state | capitalize}}
{{res.state | firstUpper}}
</td>
<td><a href="/hawkular-ui/app/app-details/{{res.id | urlEncode}}">{{res.id | limitTo14 : res.id.length-4 : 1}}</a> <a href="/hawkular-ui/app/app-details/{{res.id | urlEncode}}" class="pull-right"><span class="label label-danger label-alert" tooltip-trigger tooltip-placement="top" tooltip="Server alerts" ng-show="res.alerts.length > 0">{{res.alerts.length}}</span></a></td>
<td>{{res.type.id}}</td>
Expand Down

0 comments on commit 9e117fe

Please sign in to comment.