mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
parent
b01f44506f
commit
705e2f8a1d
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ $(document).ready(function () {
|
|||
data: 'out_bytes'
|
||||
},
|
||||
{
|
||||
data: 'snmp_ratio'
|
||||
data: 'ratio'
|
||||
},
|
||||
],
|
||||
initComplete: function (settings, json) {
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ $(document).ready(function () {
|
|||
data: 'out_errors'
|
||||
},
|
||||
{
|
||||
data: 'snmp_ratio'
|
||||
data: 'ratio'
|
||||
},
|
||||
],
|
||||
initComplete: function (settings, json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue