Nicer activity report display

(This needs the API/Bootstrap tables treatment soon)
This commit is contained in:
snipe
2015-10-21 23:39:45 -07:00
parent 4cb19d1aae
commit 27799dc78a
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.0-319',
'hash_version' => 'v2.0-319-gf06af97',
'app_version' => 'v2.0-321',
'hash_version' => 'v2.0-321-gc91113a',
);
+6 -6
View File
@@ -19,15 +19,15 @@
<div class="row">
<div class="table-responsive">
<table id="example">
<table class="table table-hover">
<thead>
<tr role="row">
<th class="col-sm-1">@lang('general.admin')</th>
<th class="col-sm-1">@lang('general.action')</th>
<th class="col-sm-1">@lang('general.type')</th>
<th class="col-sm-1">@lang('general.item')</th>
<th class="col-sm-1"></th>
<th class="col-sm-1">@lang('general.date')</th
<th class="col-sm-1"><span class="line"></span>@lang('general.action')</th>
<th class="col-sm-1"><span class="line"></span>@lang('general.type')</th>
<th class="col-sm-1"><span class="line"></span>@lang('general.item')</th>
<th class="col-sm-1"><span class="line"></span>@lang('general.user')</th>
<th class="col-sm-1"><span class="line"></span>@lang('general.date')</th
</tr>
</thead>
<tbody>