Removed HTML colspan for bootstrap table in files display

This commit is contained in:
snipe 2018-07-25 07:40:04 -07:00
parent 068ae5805b
commit 2e92ef7d77

View file

@ -840,12 +840,7 @@
</td>
</tr>
@endforeach
@else
<tr>
<td colspan="4">
{{ trans('general.no_results') }}
</td>
</tr>
@endif
</tbody>
</table>