From ddcc2086b204444f91b704c3aa7690ac664fa04f Mon Sep 17 00:00:00 2001 From: Yohann Dedy Date: Fri, 17 Apr 2020 06:24:59 +0200 Subject: [PATCH] Display uuid of video --- templates/index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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; }} ] });