diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 2 | ||||
-rw-r--r-- | templates/web/seesomething/admin/stats.html | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index 2b32d262e..e445ff435 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -131,7 +131,7 @@ sub admin_stats { }, { columns => [ qw( - id detail service category subcategory council confirmed + service category subcategory council confirmed ) ], order_by => { -desc=> [ 'confirmed' ] }, rows => 20, diff --git a/templates/web/seesomething/admin/stats.html b/templates/web/seesomething/admin/stats.html index f2229372f..7e45646db 100644 --- a/templates/web/seesomething/admin/stats.html +++ b/templates/web/seesomething/admin/stats.html @@ -37,8 +37,6 @@ No Results found <table class="admin-report"> <thead> <tr> - <th>ID</th> - <th>Description</th> <th>Device</th> <th>Transport Category</th> <th>Incident Category</th> @@ -49,8 +47,6 @@ No Results found <tbody> [%- WHILE (report = reports.next) %] <tr> - <td>[% report.id %]</td> - <td>[% report.detail %]</td> <td>[% report.service %]</td> <td>[% report.category %]</td> <td class="nowrap">[% report.subcategory %]</td> |