Added volume reporting, improved overall configuration view

This commit is contained in:
Deon George
2012-11-30 13:03:26 +11:00
parent 4b51fc2727
commit d0095bb159
12 changed files with 217 additions and 248 deletions

View File

@@ -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);
}
}