Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user