diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-01 11:54:29 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-01 11:54:29 +0000 |
| commit | 939838fff9c58f1a80e18f09e0b5d2bf8bcc876e (patch) | |
| tree | 34a4e06e46fa86b105e9a4bac2602a6a4359615b /frontends/php/graphs.php | |
| parent | 24372356bb3dbd748c65bdb829069a14af3ac022 (diff) | |
| download | zabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.tar.gz zabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.tar.xz zabbix-939838fff9c58f1a80e18f09e0b5d2bf8bcc876e.zip | |
finished interface for web monitoring
git-svn-id: svn://svn.zabbix.com/trunk@3782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index b553ec0c..8134214d 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -46,9 +46,8 @@ include_once "include/page_header.php"; "height"=> array(T_ZBX_INT, O_OPT, NULL, BETWEEN(0,65535), 'isset({save})'), "yaxistype"=> array(T_ZBX_INT, O_OPT, NULL, IN("0,1"), 'isset({save})'), "graphtype"=> array(T_ZBX_INT, O_OPT, NULL, IN("0,1"), 'isset({save})'), - "yaxismin"=> array(T_ZBX_DBL, O_OPT, NULL, BETWEEN(-65535,65535), 'isset({save})'), - "yaxismax"=> array(T_ZBX_DBL, O_OPT, NULL, BETWEEN(-65535,65535), 'isset({save})'), - "yaxismax"=> array(T_ZBX_DBL, O_OPT, NULL, BETWEEN(-65535,65535), 'isset({save})'), + "yaxismin"=> array(T_ZBX_DBL, O_OPT, NULL, null, 'isset({save})'), + "yaxismax"=> array(T_ZBX_DBL, O_OPT, NULL, null, 'isset({save})'), "items"=> array(T_ZBX_STR, O_OPT, NULL, null, null), "new_graph_item"=> array(T_ZBX_STR, O_OPT, NULL, null, null), |
