diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-14 15:32:10 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-14 15:32:10 +0000 |
| commit | a6b26fc9ecae1da85677b16d024c3081052280c8 (patch) | |
| tree | a316382a437b69640232e7d48e32959b5871ed6b /frontends/php/hosts.php | |
| parent | f8e11864b2c69b42f8ff4b73b1b458bc107ce96b (diff) | |
| download | zabbix-a6b26fc9ecae1da85677b16d024c3081052280c8.tar.gz zabbix-a6b26fc9ecae1da85677b16d024c3081052280c8.tar.xz zabbix-a6b26fc9ecae1da85677b16d024c3081052280c8.zip | |
- [DEV-108] GUI - Hardbeat message
git-svn-id: svn://svn.zabbix.com/trunk@5490 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'); |
