|
@@ -47,7 +47,7 @@ class Ressources extends DataTable implements ClientArea
|
|
|
'active' => 'success',
|
|
'active' => 'success',
|
|
|
'locked' => 'default',
|
|
'locked' => 'default',
|
|
|
'maintenance' => 'warning',
|
|
'maintenance' => 'warning',
|
|
|
- 'closed' =>'default',
|
|
|
|
|
|
|
+ 'closed' => 'default',
|
|
|
'lockout' => 'info',
|
|
'lockout' => 'info',
|
|
|
'pending' => 'warning',
|
|
'pending' => 'warning',
|
|
|
'default' => 'default'
|
|
'default' => 'default'
|
|
@@ -157,7 +157,7 @@ class Ressources extends DataTable implements ClientArea
|
|
|
->getApiByServer($hosting->server)
|
|
->getApiByServer($hosting->server)
|
|
|
->soap
|
|
->soap
|
|
|
->repository()
|
|
->repository()
|
|
|
- ->accounts
|
|
|
|
|
|
|
+ ->ressources
|
|
|
->getByDomainName($hosting->domain);
|
|
->getByDomainName($hosting->domain);
|
|
|
|
|
|
|
|
$productManager = new ProductManager();
|
|
$productManager = new ProductManager();
|