mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Added 24H Availability
This commit is contained in:
parent
7bd499adb9
commit
069268fc15
5 changed files with 37 additions and 3 deletions
|
|
@ -340,6 +340,11 @@ $(document).ready(function() {
|
|||
return(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
data: 'hourly_stats',
|
||||
className: 'text-center dt-head-center',
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
data: 'last_mesurement_time',
|
||||
className: 'dt-body-right dt-head-center'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue