add num uses for recipients

This commit is contained in:
gabryon99 2020-09-17 15:45:12 +02:00
parent 65484afb6c
commit 36dd05de7e
3 changed files with 7 additions and 0 deletions

View file

@ -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',

View file

@ -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>