Fixed #5431 - category widget error on dashboard

This commit is contained in:
snipe 2018-05-01 21:32:36 -07:00
parent 28a1960fda
commit c8cf46f62b

View file

@ -235,6 +235,7 @@
<div class="box-body">
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
<table
data-cookie-id-table="dashCategorySummary"
data-height="400"
@ -256,6 +257,7 @@
</tr>
</thead>
</table>
</div>
</div> <!-- /.col -->
<div class="col-md-12 text-center" style="padding-top: 10px;">
<a href="{{ route('categories.index') }}" class="btn btn-primary btn-sm" style="width: 100%">View All</a>