diff --git a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt index f84bf4e3d..58fab5a9e 100644 --- a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt +++ b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt @@ -95,7 +95,6 @@ POSSIBILITY OF SUCH DAMAGE. $.each(data[i], function(key, value) { record[key] = value !== null ? value : ""; }); - record['startTime'] = moment(parseInt(record['startTime'])*1000); table.push(record); } $("#grid-clients").bootgrid('append', table);