mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add work completion indicator to ht_stats/stats/5min dump
This commit is contained in:
parent
5276de4ca8
commit
a428bb665f
16 changed files with 141 additions and 26 deletions
|
|
@ -252,7 +252,7 @@ $("#table-internals-periodic-activities").datatable({
|
|||
width: '5%',
|
||||
}
|
||||
}, {
|
||||
title: "]] print("Expected Start Time") print[[",
|
||||
title: "]] print(i18n("internals.expected_start_time")) print[[",
|
||||
field: "column_expected_start_time",
|
||||
sortable: true,
|
||||
css: {
|
||||
|
|
@ -268,7 +268,7 @@ $("#table-internals-periodic-activities").datatable({
|
|||
width: '5%',
|
||||
}
|
||||
}, {
|
||||
title: "]] print("Expected End Time") print[[",
|
||||
title: "]] print(i18n("internals.expected_end_time")) print[[",
|
||||
field: "column_expected_end_time",
|
||||
sortable: true,
|
||||
css: {
|
||||
|
|
@ -284,10 +284,9 @@ $("#table-internals-periodic-activities").datatable({
|
|||
width: '5%',
|
||||
}
|
||||
}, {
|
||||
title: "]] print("Work Completion") print[[",
|
||||
field: "column_work_completion",
|
||||
title: "]] print(i18n("internals.work_completion")) print[[",
|
||||
field: "column_progress",
|
||||
sortable: true,
|
||||
hidden: true, // TODO
|
||||
css: {
|
||||
textAlign: 'right',
|
||||
width: '5%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue