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