Browse Source

try to use console button

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

+ 2 - 3
app/UI/Vms/Pages/VmsDataTable.php

@@ -163,17 +163,16 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
         $dataProv->setDefaultSorting("name", 'ASC');
         $dataProv->setData($query);
         $this->setDataProvider($dataProv);
-        $this->$vmModel = VmModel::ofId($dataProv->getData()->getRecords()->first()->vmid)->firstOrFail();
 
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $this->$vmModel,
+            $dataProv->getData()->getRecords(),
             'Debug',
             $dataProv->getData()->getRecords()->first()->vmid
         );
 
-
+        
     }
 
     public function isViewFooter()