Added Gantt Activity

This commit is contained in:
Deon George
2011-05-27 18:44:44 +10:00
parent d52b86214c
commit 6f38322009
14 changed files with 473 additions and 315 deletions

View File

@@ -31,6 +31,14 @@ class Controller_Tree extends Controller_lnApp_Tree {
'attr_href'=>URL::Site('/node'),
));
array_push($data,array(
'id'=>'activity',
'name'=>'Server Activity Gantt',
'state'=>'none',
'attr_id'=>'1',
'attr_href'=>URL::Site('/server/gantt'),
));
return parent::action_json($id,$data);
}
}