mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
ca48ca27db
commit
3daaedc144
5 changed files with 22 additions and 14 deletions
|
|
@ -215,18 +215,18 @@ print [[
|
|||
|
||||
},
|
||||
{
|
||||
title: "]] print(i18n("mac_stats.arp_sent")) print[[",
|
||||
field: "column_arp_sent",
|
||||
title: "]] print(i18n("mac_stats.arp_total")) print[[",
|
||||
field: "column_arp_total",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
title: "]] print(i18n("mac_stats.arp_received")) print[[",
|
||||
field: "column_arp_rcvd",
|
||||
sortable: true,
|
||||
{
|
||||
title: "]] print(i18n("details.device_type")) print[[",
|
||||
field: "column_device_type",
|
||||
sortable: false,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue