summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 16:59:15 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 16:59:15 +0000
commitc11f2158406332132f478cee1697e617a825dc93 (patch)
treea7fdb1e66d5363d4006d114a760ea619a551af82 /frontends/php/dashboard.php
parent5e009a0ed6643f9af6016a4231fbcf5586def53b (diff)
downloadzabbix-c11f2158406332132f478cee1697e617a825dc93.tar.gz
zabbix-c11f2158406332132f478cee1697e617a825dc93.tar.xz
zabbix-c11f2158406332132f478cee1697e617a825dc93.zip
- [DEV-122] {beta} added time period to filter (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5494 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 69ba4daf..30dc2219 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -191,8 +191,8 @@ include_once "include/page_header.php";
show_table_header(array(S_DASHBOARD_BIG,SPACE),SPACE);
$left_tab = new CTable();
- $left_tab->SetCellPadding(5);
- $left_tab->SetCellSpacing(5);
+ $left_tab->SetCellPadding(3);
+ $left_tab->SetCellSpacing(3);
$left_tab->AddOption('border',0);
@@ -254,8 +254,8 @@ include_once "include/page_header.php";
$left_tab->AddRow(SPACE);
$right_tab = new CTable();
- $right_tab->SetCellPadding(5);
- $right_tab->SetCellSpacing(5);
+ $right_tab->SetCellPadding(3);
+ $right_tab->SetCellSpacing(3);
$right_tab->AddOption('border',0);