mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
add num uses for recipients
This commit is contained in:
parent
65484afb6c
commit
36dd05de7e
3 changed files with 7 additions and 0 deletions
|
|
@ -159,6 +159,11 @@ $(document).ready(function () {
|
|||
width: "15%",
|
||||
render: $.fn.dataTableExt.absoluteFormatSecondsToHHMMSS
|
||||
},
|
||||
{
|
||||
data: "stats.num_uses",
|
||||
className: "text-center",
|
||||
width: "15%",
|
||||
},
|
||||
{
|
||||
targets: -1,
|
||||
className: 'text-center',
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
<th>{{ i18n('endpoint_notifications.type') }}</th>
|
||||
<th>{{ i18n('endpoint_notifications.associated_to_endpoints') }}</th>
|
||||
<th>{{ i18n('endpoint_notifications.time_since_last_use') }}</th>
|
||||
<th>{{ i18n('endpoint_notifications.num_uses') }}</th>
|
||||
<th>{{ i18n('actions') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue