diff --git a/httpdocs/js/pages/recipients-endpoints.js b/httpdocs/js/pages/recipients-endpoints.js index efe509f4f4..dc134b6165 100644 --- a/httpdocs/js/pages/recipients-endpoints.js +++ b/httpdocs/js/pages/recipients-endpoints.js @@ -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', diff --git a/httpdocs/templates/pages/recipients_list.template b/httpdocs/templates/pages/recipients_list.template index 086fd3a861..696a49bf8a 100644 --- a/httpdocs/templates/pages/recipients_list.template +++ b/httpdocs/templates/pages/recipients_list.template @@ -17,6 +17,7 @@