|
Lines 278-290
Link Here
|
| 278 |
[% IF (usecache) %] |
278 |
[% IF (usecache) %] |
| 279 |
<th>Cache expiry (seconds)</th> |
279 |
<th>Cache expiry (seconds)</th> |
| 280 |
[% ELSE %] |
280 |
[% ELSE %] |
| 281 |
<th class="hidden"> </th> |
281 |
<th class="NoVisible">Cache expiry (seconds)</th> |
| 282 |
[% END %] |
282 |
[% END %] |
| 283 |
<th>Saved results</th> |
283 |
<th>Saved results</th> |
| 284 |
[% IF has_obsolete_reports %] |
284 |
[% IF has_obsolete_reports %] |
| 285 |
<th>Update</th> |
285 |
<th>Update</th> |
| 286 |
[% ELSE %] |
286 |
[% ELSE %] |
| 287 |
<th class="hidden"> </th> |
287 |
<th class="NoVisible">Update</th> |
| 288 |
[% END %] |
288 |
[% END %] |
| 289 |
<th class="NoSort noExport">Actions</th> |
289 |
<th class="NoSort noExport">Actions</th> |
| 290 |
</tr> |
290 |
</tr> |
|
Lines 1733-1741
Link Here
|
| 1733 |
'bAutoWidth': false, |
1733 |
'bAutoWidth': false, |
| 1734 |
'sPaginationType': 'full', |
1734 |
'sPaginationType': 'full', |
| 1735 |
'aaSorting': [[ 1, "asc" ]], |
1735 |
'aaSorting': [[ 1, "asc" ]], |
| 1736 |
'aoColumnDefs': [ |
|
|
| 1737 |
{ "visible": false, "aTargets" : [ "hidden" ] } |
| 1738 |
], |
| 1739 |
'oLanguage': { |
1736 |
'oLanguage': { |
| 1740 |
'sZeroRecords': _("No matching reports found") |
1737 |
'sZeroRecords': _("No matching reports found") |
| 1741 |
}, |
1738 |
}, |