diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-31 11:28:41 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-31 11:28:41 +0000 |
| commit | 8dfc37f2248bff23f8328f714b06418fcfaaa8dc (patch) | |
| tree | 3acf1b9eb362a37f407abf267428c26b6157fe22 /frontends/php/httpdetails.php | |
| parent | 5e4063517c2aba730d1aa2273754a85891375282 (diff) | |
- [DEV-54] added zoom for graphs (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4951 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpdetails.php')
| -rw-r--r-- | frontends/php/httpdetails.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php index e2ce5225..6d24c61f 100644 --- a/frontends/php/httpdetails.php +++ b/frontends/php/httpdetails.php @@ -217,7 +217,7 @@ include_once "include/page_header.php"; url_param($httptest_data['name'], false,'name'). url_param(150, false,'height'). url_param($items[HTTPSTEP_ITEM_TYPE_IN], false, 'items'). - url_param(GRAPH_TYPE_STACKED, false, 'graphtype'),'-100') + url_param(GRAPH_TYPE_STACKED, false, 'graphtype'),'-128') , 'center'))); $form->AddRow(array(bold(S_RESPONSE_TIME) , new CCol( @@ -225,7 +225,7 @@ include_once "include/page_header.php"; url_param($httptest_data['name'], false,'name'). url_param(150, false,'height'). url_param($items[HTTPSTEP_ITEM_TYPE_TIME], false, 'items'). - url_param(GRAPH_TYPE_STACKED, false, 'graphtype'),'-100') + url_param(GRAPH_TYPE_STACKED, false, 'graphtype'),'-128') ,'center'))); $form->Show(); @@ -244,7 +244,8 @@ include_once "include/page_header.php"; } $script = 'scrollinit(0,0,0,'.$period.','.$stime.',0,'.$bstime.'); - showgraphmenu("graph");'; + showgraphmenu("graph"); + //graph_zoom_init('.$bstime.','.$period.',ZBX_G_WIDTH, 150);'; zbx_add_post_js($script); |
