mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Fix datatable warning on network table
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -203,7 +203,7 @@ $(function () {
|
||||
order: [[6, "desc"]],
|
||||
columns: [
|
||||
{ data: "id", visible: false },
|
||||
{ data: "ip", type: "ip-address", width: "25%" },
|
||||
{ data: "ips[].ip", type: "ip-address", width: "25%" },
|
||||
{ data: "hwaddr", width: "10%" },
|
||||
{ data: "interface", width: "4%" },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user