diff options
Diffstat (limited to 'view/tpl/dreport.tpl')
-rw-r--r-- | view/tpl/dreport.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl index a24608f58..848a07737 100644 --- a/view/tpl/dreport.tpl +++ b/view/tpl/dreport.tpl @@ -3,7 +3,7 @@ {{if $table == 'item'}} <div class="dropdown float-end"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$options}}"> - <i class="fa fa-cog"></i> + <i class="bi bi-gear"></i> </button> <div class="dropdown-menu"> <a href="dreport/push?mid={{$mid}}" class="dropdown-item">{{$push}}</a> @@ -14,7 +14,7 @@ </div> <div> - <table> + <table class="table table-hover table-borderless"> {{if $entries}} {{foreach $entries as $e}} <tr> |