Skip to content

Commit

Permalink
VCST-972: Remove Counter from Search panel (#16)
Browse files Browse the repository at this point in the history
feat: Remove Counter from Search panel
  • Loading branch information
OlegoO authored Apr 19, 2024
1 parent 3f87ce3 commit d533ccc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<div style="display: flex;align-items: center;">
<div class="form-input" style="flex-grow: 1;">
<div class="form-input __other">
<input placeholder="{{ 'platform.placeholders.search-keyword' | translate }}" ng-model="blade.searchKeyword" ng-keyup="$event.which === 13 && blade.refresh()" style="width: 80%;" />
<input placeholder="{{ 'platform.placeholders.search-keyword' | translate }}" ng-model="blade.searchKeyword" ng-keyup="$event.which === 13 && blade.refresh()" />
<button class="btn __other contact-list __btn-anonymize" type="button">
<i class="btn-ico fa fa-remove" title="Clear" ng-click="clearKeyword()"></i>
</button>
</div>
<p class="form-count">{{'platform.list.count' | translate}}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>
</div>
Expand Down

0 comments on commit d533ccc

Please sign in to comment.