From a6b26fc9ecae1da85677b16d024c3081052280c8 Mon Sep 17 00:00:00 2001 From: sasha Date: Fri, 14 Mar 2008 15:32:10 +0000 Subject: - [DEV-108] GUI - Hardbeat message git-svn-id: svn://svn.zabbix.com/trunk@5490 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/hosts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/hosts.php') diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 5ff9b211..1cb07917 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -1175,7 +1175,7 @@ include_once "include/page_header.php"; SPACE, make_sorting_link(S_NAME,'g.name')), ' # ', - S_MEMBERS,S_ACCESSED)); + S_MEMBERS,S_LASTSEEN_AGE)); $available_groups = get_accessible_groups_by_user($USER_DETAILS,PERM_READ_WRITE,null,null,get_current_nodeid()); @@ -1203,7 +1203,7 @@ include_once "include/page_header.php"; } if($db_proxy['lastaccess'] != 0) - $lastclock = date(S_DATE_FORMAT_YMDHMS, $db_proxy['lastaccess']); + $lastclock = zbx_date2age($db_proxy['lastaccess']); else $lastclock = new CCol('-', 'center'); -- cgit