Display uuid of video
parent
b42dd38603
commit
ddcc2086b2
|
|
@ -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;
|
||||
}}
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue