Skip to content

Commit

Permalink
ARTEMIS-3000 - Console browse message filter broken
Browse files Browse the repository at this point in the history
  • Loading branch information
andytaylor authored and clebertsuconic committed Nov 17, 2020
1 parent 4cacd93 commit 1fa038a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ var Artemis;
<form class="toolbar-pf-actions">
<div class="form-group toolbar-pf-filter">
<div class="input-group">
<input type="text" class="form-control" ng-model="$ctrl.filter.values.value" placeholder="Filter..." autocomplete="off" id="filterInput">
<input type="text" class="form-control" ng-model="$ctrl.filter" placeholder="Filter..." autocomplete="off" id="filterInput">
<div class="input-group-btn">
<button class="btn btn-link btn-find" ng-click="$ctrl.refresh()" type="button">
&nbsp;&nbsp;<span class="fa fa-search"></span>&nbsp;&nbsp;
Expand Down

0 comments on commit 1fa038a

Please sign in to comment.