CaptivePortal - connected since misformatted due to datetime already being converted in bootgrid, 2e5d8ecf75/src/opnsense/www/js/jquery.bootgrid.js (L1219-L1226)

This commit is contained in:
Ad Schellevis 2021-11-15 20:00:32 +01:00
parent ebfdeecdfe
commit a68ed580d0

View File

@ -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);