mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds in-progress stats to periodic activities
Attempts to add additional info for #3377
This commit is contained in:
parent
632be8cd9d
commit
acffd2ea6f
7 changed files with 61 additions and 11 deletions
|
|
@ -238,6 +238,14 @@ $("#table-internals-periodic-activities").datatable({
|
|||
textAlign: 'right',
|
||||
width: '5%',
|
||||
}
|
||||
}, {
|
||||
title: "]] print(i18n("internals.in_progress_since")) print[[",
|
||||
field: "column_in_progress_since",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'right',
|
||||
width: '5%',
|
||||
}
|
||||
}
|
||||
], tableCallback: function() {
|
||||
datatableInitRefreshRows($("#table-internals-periodic-activities"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue