working in pmGauge and dashboards
This commit is contained in:
@@ -44,7 +44,7 @@ class Dashboard extends Controller {
|
||||
$width = 300;
|
||||
}
|
||||
else {
|
||||
$width = $_REQUEST['w'];
|
||||
$width = $_REQUEST['w']-10;
|
||||
}
|
||||
$this->pmDashlet->render( $width);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user