From 0521c2fbe430111427fba3872712c22128cd3b2b Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 8 Jul 2002 06:13:38 +0000 Subject: - support for service tree (Alexei) - vacuuming as part of housekeeping process for PostgreSQL (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@424 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/tr_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/tr_status.php') diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index 991d1844..d4721bd7 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -277,7 +277,7 @@ if($compact!='true') {echo "
Expression";} echo ""; - echo "Value"; + echo "Status"; if(!isset($sort)||(isset($sort) && $sort=="priority")) { -- cgit