diff options
| author | uid48943 <uid48943@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-04 18:34:53 +0000 |
|---|---|---|
| committer | uid48943 <uid48943@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-04 18:34:53 +0000 |
| commit | a0c61aff621af43089576972c466110db3d844f6 (patch) | |
| tree | d8d74e874d43eb909d05b989f52686d38811d35d /frontends/php/sysmap.html | |
| parent | a1e5f63620636ac6754b7789d2ee9e55c350b942 (diff) | |
| download | zabbix-a0c61aff621af43089576972c466110db3d844f6.tar.gz zabbix-a0c61aff621af43089576972c466110db3d844f6.tar.xz zabbix-a0c61aff621af43089576972c466110db3d844f6.zip | |
Added fullscreen mode from Network Maps and Graphs.
git-svn-id: svn://svn.zabbix.com/trunk@125 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.html')
| -rw-r--r-- | frontends/php/sysmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmap.html b/frontends/php/sysmap.html index 43f672b9..0dae1eb9 100644 --- a/frontends/php/sysmap.html +++ b/frontends/php/sysmap.html @@ -2,7 +2,7 @@ include "include/config.inc"; $page["title"] = "Configuration of network map"; $page["file"] = "sysmap.html"; - show_header($page["title"],0); + show_header($page["title"],0,0); ?> <? |
