mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Show jitter information for continuous ping
This commit is contained in:
parent
653f42011a
commit
c9b464cd5b
10 changed files with 63 additions and 16 deletions
|
|
@ -547,6 +547,11 @@ $(document).ready(function() {
|
|||
visible: false,
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
data: 'jitter',
|
||||
className: 'dt-body-right dt-head-center',
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
targets: -1,
|
||||
data: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue