diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-07 09:27:20 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-07 09:27:20 +0000 |
| commit | 2d76733fbfa2cdb0935210e524f373c18ef47ee9 (patch) | |
| tree | d40cf2e113983d93e2c11af9bb5ad45a54235587 /frontends/php/include/classes/cserverinfo.mod.php | |
| parent | 4ceb822c9fdd9cb84040e4d104942c6dc565504e (diff) | |
| download | zabbix-2d76733fbfa2cdb0935210e524f373c18ef47ee9.tar.gz zabbix-2d76733fbfa2cdb0935210e524f373c18ef47ee9.tar.xz zabbix-2d76733fbfa2cdb0935210e524f373c18ef47ee9.zip | |
- fixed graphs in Oracle system (Eugene)
- fixed trigger expressions with ':' (Eugene)
- fixed 'Server info' screen componets (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3804 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cserverinfo.mod.php')
| -rw-r--r-- | frontends/php/include/classes/cserverinfo.mod.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes/cserverinfo.mod.php b/frontends/php/include/classes/cserverinfo.mod.php index 3ebe1765..d0da6951 100644 --- a/frontends/php/include/classes/cserverinfo.mod.php +++ b/frontends/php/include/classes/cserverinfo.mod.php @@ -48,8 +48,8 @@ $this->AddRow(S_NUMBER_OF_USERS_SHORT.": ".$status["users_count"]."(".$status["users_online"].")"); $this->AddRow(new CCol(array("Logged in as ", new CLink($USER_DETAILS["alias"],"profile.php","action")))); $this->AddRow(new CCol(array(new CLink("ZABBIX server","http://www.zabbix.com","action")," is ",$server)),"status"); - $this->AddRow(S_VALUES_STORED.": ".$status["history_count"]); - $this->AddRow(S_TRENDS_STORED.": ".$status["trends_count"]); + //$this->AddRow(S_VALUES_STORED.": ".$status["history_count"]); + //$this->AddRow(S_TRENDS_STORED.": ".$status["trends_count"]); $this->AddRow(new CCol(array(S_NUMBER_OF_HOSTS_SHORT.": ".$status["hosts_count"]."(", new CSpan($status["hosts_count_monitored"],"off"),"/", new CSpan($status["hosts_count_not_monitored"],"on"),"/", |
