working in pmGauge and dashboards

This commit is contained in:
Fernando Ontiveros
2011-10-31 19:29:16 -04:00
parent c41efdbd3c
commit 17c5f6a8b4
3 changed files with 67 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ class Dashboard extends Controller {
$width = 300;
}
else {
$width = $_REQUEST['w'];
$width = $_REQUEST['w']-10;
}
$this->pmDashlet->render( $width);
}