CC-2737: Show disk space used/space available/ disk quota enforcement

-modify airtime-check-system to return values instead of printing
 them directly
-add ability to view select airtime-check-system via web interface
This commit is contained in:
martin 2011-08-30 18:00:03 -04:00
parent 9c6b722722
commit 03cb154bd1
7 changed files with 234 additions and 70 deletions

View file

@ -75,10 +75,24 @@ $pages = array(
),
array(
'label' => 'Help',
'module' => 'default',
'controller' => 'dashboard',
'action' => 'help',
'resource' => 'dashboard'
'uri' => '#',
'resource' => 'dashboard',
'pages' => array(
array(
'label' => 'About',
'module' => 'default',
'controller' => 'dashboard',
'action' => 'help',
'resource' => 'dashboard'
),
array(
'label' => 'System Status',
'module' => 'default',
'controller' => 'systemstatus',
'action' => 'index',
'resource' => 'systemstatus'
)
)
)
);