Add Storage Pool Info
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user