working in dashboards

This commit is contained in:
Fernando Ontiveros
2011-10-31 16:43:29 -04:00
parent c35d4aba46
commit 32bc0379a3
3 changed files with 9 additions and 8 deletions

View File

@@ -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();
}
}