summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-21 14:02:18 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-21 14:02:18 +0000
commit00ea8cd431aa8e54993e49b827cdb234306d06cf (patch)
tree1ce035068c43683c3abedb82dc2c0c7996f8250f /frontends/php/dashboard.php
parent985ef1d5031e25ccd9c0c076f17c5bbb3eb734d1 (diff)
downloadzabbix-00ea8cd431aa8e54993e49b827cdb234306d06cf.tar.gz
zabbix-00ea8cd431aa8e54993e49b827cdb234306d06cf.tar.xz
zabbix-00ea8cd431aa8e54993e49b827cdb234306d06cf.zip
- [DEV-137] added support of old-style configfile (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5642 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 1c39fe7e..f99848d5 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -30,7 +30,7 @@ require_once "include/blocks.inc.php";
$page["title"] = "S_DASHBOARD";
$page["file"] = "dashboard.php";
$page['hist_arg'] = array();
-$page['scripts'] = array('dashboard.js','showhint.js');
+$page['scripts'] = array('updater.js','dashboard.js','showhint.js');
$page['type'] = detect_page_type(PAGE_TYPE_HTML);