From d3ed46fdcff8f1dbb535e040a4fd355910a4162c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20C=2E979?= <34628915+sc979@users.noreply.github.com> Date: Fri, 15 Feb 2019 16:30:17 +0100 Subject: [PATCH] fix(UI): correct comments date in host and svc detail pages (#7194) --- www/include/monitoring/objectDetails/hostDetails.php | 6 +++--- www/include/monitoring/objectDetails/serviceDetails.php | 6 +++--- .../monitoring/objectDetails/template/hostDetails.ihtml | 4 ++-- .../monitoring/objectDetails/template/serviceDetails.ihtml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/include/monitoring/objectDetails/hostDetails.php b/www/include/monitoring/objectDetails/hostDetails.php index 345bc68efbe..ec49902b055 100644 --- a/www/include/monitoring/objectDetails/hostDetails.php +++ b/www/include/monitoring/objectDetails/hostDetails.php @@ -1,7 +1,7 @@ {$cmt_host_name} - {$cmt_entry_time} + {$cmt_entry_time} {$cmt_author} {$cmt_comment} {$cmt_persistent} @@ -330,7 +330,7 @@ {foreach item=tch from=$tab_comments_host} {$tch.host_name} - {$tch.comment_time} + {$tch.comment_time} {$tch.author_name} {$tch.comment_data} {$tch.is_persistent} diff --git a/www/include/monitoring/objectDetails/template/serviceDetails.ihtml b/www/include/monitoring/objectDetails/template/serviceDetails.ihtml index 6caaf458121..594ec026fd7 100644 --- a/www/include/monitoring/objectDetails/template/serviceDetails.ihtml +++ b/www/include/monitoring/objectDetails/template/serviceDetails.ihtml @@ -620,7 +620,7 @@ {$tcs.host_name} {$tcs.service_description} - {$tcs.entry_time} + {$tcs.entry_time} {$tcs.author_name} {$tcs.comment_data} {$tcs.is_persistent}