From 938eeba4af4a46126fc4d2fcbe46c15c98d70090 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 19 Jan 2007 15:34:39 +0000 Subject: - developed configuration interface of http monitoring (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3732 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/php/include/page_header.php') diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 5a7a3b75..0704350c 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -159,6 +159,9 @@ COpt::profiling_start("page"); array("url"=>"config.php" ,"label"=>S_GENERAL , "sub_pages"=>array("image.php") ), + array("url"=>"httpconf.php" ,"label"=>S_WEB , + "sub_pages"=>array("popup_httpstep.php") + ), array("url"=>"hosts.php" ,"label"=>S_HOSTS ), array("url"=>"items.php" ,"label"=>S_ITEMS ), array("url"=>"triggers.php" ,"label"=>S_TRIGGERS , -- cgit