Skip to content

Commit

Permalink
VCST-972: Remove Counter from Search panel (#206)
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 4445b70 commit e133390
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</ui-select-choices>
</ui-select>
<a href="" ng-click="filter.edit()" class="filter-edit"><i class="fa fa-pencil"></i></a>
<p class="form-count2">{{ 'platform.list.count' | translate }}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>
<div class="blade-static __bottom" ng-if="pageSettings.itemsPerPageCount < pageSettings.totalItems" ng-include="'pagerTemplate.html'"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<input placeholder="{{ 'platform.placeholders.search-keyword' | translate }}" ng-model="filter.keyword" ng-keyup="$event.which === 13 && filter.criteriaChanged()">
<button class="btn" title="Clear" ng-click="filter.keyword=null;filter.criteriaChanged()"></button>
</div>
<p class="form-count2">{{ 'platform.list.count' | translate }}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>
<div class="blade-static __bottom" ng-if="pageSettings.itemsPerPageCount < pageSettings.totalItems" ng-include="'pagerTemplate.html'"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</ui-select-choices>
</ui-select>
<a href="" ng-click="filter.edit()" class="filter-edit"><i class="fa fa-pencil"></i></a>
<p class="form-count2">{{ 'platform.list.count' | translate }}: <span class="count">{{pageSettings.totalItems | number:0}}</span></p>
</div>
</div>
<div class="blade-static __bottom" ng-if="pageSettings.itemsPerPageCount < pageSettings.totalItems" ng-include="'pagerTemplate.html'"></div>
Expand Down

0 comments on commit e133390

Please sign in to comment.