Added volume reporting, improved overall configuration view
This commit is contained in:
@@ -63,6 +63,14 @@ class Controller_Tree extends lnApp_Controller_Tree {
|
||||
'attr_href'=>URL::Site('stgpool'),
|
||||
));
|
||||
|
||||
array_push($data,array(
|
||||
'id'=>'volume',
|
||||
'name'=>'Volume Info',
|
||||
'state'=>'none',
|
||||
'attr_id'=>'1',
|
||||
'attr_href'=>URL::Site('volume'),
|
||||
));
|
||||
|
||||
return parent::action_json($data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user