diff --git a/templates/index.html b/templates/index.html index cf01f34..7da43c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,6 +39,13 @@ "data": "created_at", "render": function (data, type, row, meta) { return hr_date(data); + }}, + { + "targets": 3, + "title": "id", + "data": "uuid", + "render": function (data, type, row, meta) { + return data; }} ] });