mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
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:
parent
ebfdeecdfe
commit
a68ed580d0
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user