Browse Source

try to disable vmcreate without ressources

andre 4 years ago
parent
commit
c2e58ffc99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 1
app/UI/Vms/Pages/VmsDataTable.php

@@ -74,7 +74,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
                 __FUNCTION__,
                 __FUNCTION__,
                 $resurceManager,
                 $resurceManager,
                 'Debug',
                 'Debug',
-                $this->configuration()
+                $resurceManager->disk()->free()
             );
             );
             
             
             $this->addTitleButton($createButton);
             $this->addTitleButton($createButton);