Added Gantt Activity
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user