andre vor 2 Jahren
Ursprung
Commit
26e6726a56
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      app/UI/Client/Ressource/Pages/Ressources.php

+ 2 - 2
app/UI/Client/Ressource/Pages/Ressources.php

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