Browse Source

try to disable delete button in vmsdatatable

andre 4 years ago
parent
commit
53eb24f287
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/UI/Vms/Providers/DeleteVmProvider.php

+ 0 - 1
app/UI/Vms/Providers/DeleteVmProvider.php

@@ -34,7 +34,6 @@ class DeleteVmProvider extends BaseDataProvider implements ClientArea
         //get vm model
         $vmModel = VmModel::ofHostingId($this->getWhmcsParamByKey('serviceid'))
                     ->ofId($this->formData['id'])->firstOrFail();
-        $this->api();
         $status = (new VmFactory())->fromVmModel($vmModel)->status()['status'];
     
         //destory vm