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

@@ -11,8 +11,6 @@
* @license http://phptsmadmin.sf.net/license.html
*/
class Controller_NODE extends Controller_TemplateDefault {
protected $control = array('Client Nodes'=>'node');
/**
* Default Index for Controller
*/
@@ -47,8 +45,6 @@ $(document).ready(function () {$("#node_name").change(function () {
'title'=>_('TSM Nodes'),
'body'=>$output,
));
$this->template->content = Block::factory();
}
public function action_detail($node_name=NULL) {
@@ -88,8 +84,6 @@ $(document).ready(function () {$("#node_name").change(function () {
'title'=>_('Schedule Information'),
'body'=>$output,
));
$this->template->content = Block::factory();
}
}
?>