Skip to content

Commit

Permalink
VCST-972: Remove Counter from Search panel (#78)
Browse files Browse the repository at this point in the history
feat: Remove Conter from Search panel
  • Loading branch information
OlegoO committed Apr 19, 2024
1 parent 342bd6f commit e8b4cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<div class="blade-static">
<div class="form-group">
<p class="form-count">{{ 'platform.list.count' | translate }}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>

<div class="blade-content __medium-wide">
<div class="blade-inner">
<div class="inner-block" ng-init="setGridOptions({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<i class="btn-ico fa fa-times-circle" title="Clear" ng-click="filter.keyword=null;filter.criteriaChanged()"></i>
</button>
</div>
<p class="form-count">{{ 'platform.list.count' | translate }}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>

Expand Down

0 comments on commit e8b4cdf

Please sign in to comment.