summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
commit4b79250425757d15a3803d74f3fbe9c8cfe749eb (patch)
tree08f6e7a47ca0ea68d561ba982a77cece83a745b4 /frontends/php/dashboard.php
parentbc87e8b5844d32a4b6367ca7ecc6aec56a1adf28 (diff)
downloadzabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.tar.gz
zabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.tar.xz
zabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.zip
- [DEV-127] improved system status widget in dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5456 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 1226d784..d0c54599 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -22,6 +22,7 @@ require_once "include/config.inc.php";
require_once "include/hosts.inc.php";
require_once "include/triggers.inc.php";
require_once "include/items.inc.php";
+require_once "include/actions.inc.php";
require_once "include/discovery.inc.php";
require_once "include/html.inc.php";
require_once "include/blocks.inc.php";
@@ -29,7 +30,7 @@ require_once "include/blocks.inc.php";
$page["title"] = "S_DASHBOARD";
$page["file"] = "dashboard.php";
$page['hist_arg'] = array();
-$page['scripts'] = array('prototype.js','url.js','dashboard.js');
+$page['scripts'] = array('prototype.js','url.js','dashboard.js','showhint.js');
$page['type'] = detect_page_type(PAGE_TYPE_HTML);