working in dashboards
This commit is contained in:
@@ -50,11 +50,12 @@ class dashletOpenVSCompleted implements DashletInterface {
|
||||
}
|
||||
|
||||
function render () {
|
||||
/*G::LoadClass('gauge');
|
||||
print "hola"; die;
|
||||
G::LoadClass('gauge');
|
||||
$g = new Gauge();
|
||||
$g->w = $w;
|
||||
//$g->w = $w;
|
||||
//others
|
||||
$g->render();*/
|
||||
$g->render();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user