Some cleanup, setup improvements and other misc items

This commit is contained in:
Deon George
2013-10-09 16:43:41 +11:00
parent 638d123739
commit c473bf6e7d
54 changed files with 477 additions and 3991 deletions

View File

@@ -20,7 +20,7 @@ class Controller_Reseller_Service_Host extends Controller_Service {
->title_icon('icon-th-list')
->body(Table::factory()
->jssort('host')
->data(ORM::factory('Service')->where('account_id','IN',$this->ao->RTM->customers($this->ao->RTM))->list_byplugin('HOST'))
->data(ORM::factory('Service')->where_authorised($this->ao)->list_byplugin('HOST'))
->columns(array(
'id'=>'ID',
'name()'=>'Service',