Implemented local hosts looking glass (more criteria to be added)

This commit is contained in:
Luca Deri 2016-11-30 16:26:17 +01:00
parent 8263c1c65a
commit 091378fd7b
13 changed files with 412 additions and 55 deletions

View file

@ -1,13 +1,4 @@
{
title: "Location",
field: "column_location",
sortable: false,
css: {
textAlign: 'center'
}
},
{
title: "Alerts",
field: "column_alerts",
sortable: true,
@ -34,12 +25,3 @@
}
},
{
title: "ASN",
field: "column_asn",
sortable: true,
css: {
textAlign: 'center'
}
},