Skip to content

Commit

Permalink
Merge pull request primefaces#393 from atretyak1985/issue_#NNTR-356
Browse files Browse the repository at this point in the history
[NNTR-356]Remove "Total #" from the Activity Log table
  • Loading branch information
Gunnsteinn Hall authored Jan 3, 2020
2 parents 143f327 + 7d2a9a5 commit 65c6364
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<h1 class="panel-title">Activity log
<button class="btn btn-sm btn-primary pull-right" (click)="refresh()" id="refresh-button" title="Refresh"><i class="fa fa-refresh"></i></button>
<button class="btn btn-sm btn-primary pull-right" (click)="chooseExportCSVParams()" id="export-button" title="Export as CSV"><i class="fa fa-upload"></i></button>
<span class="label label-black pull-right m-r-15" style="color:white; width: auto;" *ngIf="response">Total: {{ response.total }}</span>
</h1>
</div>
<div class="panel-body">
Expand Down

0 comments on commit 65c6364

Please sign in to comment.