Add Storage Pool Info

This commit is contained in:
Deon George
2011-06-23 17:03:41 +10:00
parent 35426141e5
commit 529d70d2bb
12 changed files with 314 additions and 33 deletions

View File

@@ -47,6 +47,14 @@ class Controller_Tree extends Controller_lnApp_Tree {
'attr_href'=>URL::Site('server/gantt'),
));
array_push($data,array(
'id'=>'stgpool',
'name'=>'Storage Pool Info',
'state'=>'none',
'attr_id'=>'1',
'attr_href'=>URL::Site('stgpool'),
));
return parent::action_json($id,$data);
}
}