From 8a833ed9412733c1a86d319ecc53d72d3d3b3929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 27 Mar 2019 15:10:52 -0400 Subject: [PATCH] Adding tooltip to have full timestamp. --- views/system.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/views/system.tpl b/views/system.tpl index 0bd9e5448..034ac3ac9 100644 --- a/views/system.tpl +++ b/views/system.tpl @@ -132,7 +132,7 @@ Message: - Time: + Time: @@ -500,9 +500,8 @@ }, { data: 0, render: function ( data, type, row ) { - //return $.trim(data); - return moment($.trim(data), "DD/MM/YYYY hh:mm:ss").fromNow(); - } + return '
' + moment($.trim(data), "DD/MM/YYYY hh:mm:ss").fromNow() + '
' + } }, { data: 4, render: function ( data, type, row ) {