summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-29 12:10:56 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-12-29 12:10:56 +0000
commitca14a88699c81eb597ea4671c035d6e26af53de9 (patch)
treead77b9cfd8c8b0236d516f6e54c7de883099530a /frontends/php/include
parenta790c3ea95d122d3f4779bce8ae0468e4ff79121 (diff)
downloadzabbix-ca14a88699c81eb597ea4671c035d6e26af53de9.tar.gz
zabbix-ca14a88699c81eb597ea4671c035d6e26af53de9.tar.xz
zabbix-ca14a88699c81eb597ea4671c035d6e26af53de9.zip
Fixes for service availability report.
git-svn-id: svn://svn.zabbix.com/trunk@1568 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php2
-rw-r--r--frontends/php/include/local_en.inc.php8
2 files changed, 9 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index ecbee3cd..fc229949 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1611,7 +1611,7 @@ echo "</head>";
$menu=array(
"view"=>array(
"label"=>"View",
- "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php","alarms.php","history.php","tr_comments.php"),
+ "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php","alarms.php","history.php","tr_comments.php","report3.php"),
"level2"=>array(
array("label"=>"Latest data","url"=>"latest.php"),
array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true"),
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php
index b78183d9..d0939fa4 100644
--- a/frontends/php/include/local_en.inc.php
+++ b/frontends/php/include/local_en.inc.php
@@ -419,6 +419,14 @@
define("S_TRUE", "True");
define("S_FALSE", "False");
+// report3.php
+ define("S_FROM", "From");
+ define("S_TILL", "Till");
+ define("S_OK", "Ok");
+ define("S_PROBLEMS", "Problems");
+ define("S_PERCENTAGE", "Percentage");
+ define("S_SLA", "SLA");
+
// screenconf.php
define("S_SCREENS", "Screens");
define("S_SCREEN", "Screen");