Navigation Menu

Skip to content

Commit

Permalink
Fix profile filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Jul 11, 2013
1 parent 03bf4cc commit d7bd2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/html/fabricView.html
Expand Up @@ -122,7 +122,7 @@
</div>
<div class="profile-section">
<div class="canvas">
<div ng-repeat="profile in profiles" ng-show="profile.id.startsWith(profileIdFilter, 0, false)">
<div ng-repeat="profile in profiles" ng-show="profile.id.has(profileIdFilter, 0, false)">
<div class="box" ng-class="getSelectedClass(profile)" id="profile#{{profile.id}}">

<div class="box-left">
Expand Down

0 comments on commit d7bd2f2

Please sign in to comment.