mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Implemented local hosts looking glass (more criteria to be added)
This commit is contained in:
parent
8263c1c65a
commit
091378fd7b
13 changed files with 412 additions and 55 deletions
|
|
@ -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'
|
||||
}
|
||||
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue