summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-09 14:57:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-09 14:57:36 +0000
commiteefc1995565a3d546bba27810583aa588d9124bd (patch)
tree49b2f7e59a7346c7a02d455eb2441c6206fb0dbe /frontends/php
parentb0a54042dd399235cf1c75696a28f903489cd446 (diff)
downloadzabbix-eefc1995565a3d546bba27810583aa588d9124bd.tar.gz
zabbix-eefc1995565a3d546bba27810583aa588d9124bd.tar.xz
zabbix-eefc1995565a3d546bba27810583aa588d9124bd.zip
- fixed sort order of hosts for trigger overview (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3675 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/include/triggers.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/triggers.inc.php b/frontends/php/include/triggers.inc.php
index 22993025..6a60d4eb 100644
--- a/frontends/php/include/triggers.inc.php
+++ b/frontends/php/include/triggers.inc.php
@@ -1113,6 +1113,7 @@
{
return $table;
}
+ sort($hosts);
$header=array(new CCol(S_TRIGGERS,'center'));
foreach($hosts as $hostname)