andre пре 4 година
родитељ
комит
3d482f0eae
1 измењених фајлова са 9 додато и 1 уклоњено
  1. 9 1
      app/UI/Vms/Pages/VmsDataTable.php

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

@@ -86,7 +86,15 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
             //console
             $this->addActionButton(new ConsoleButton());
             $serviceUrl = new UrlServiceHelper();
-            
+            $vmModel = VmModel::ofId($row->id)->firstOrFail();
+
+            logModuleCall(
+                'proxmoxCloud',
+                __FUNCTION__,
+                $vmModel,
+                'Debug',
+            );
+
             $consoleUrl = "http://www.symbionet.de";
             $this->actionButtons['consoleButton']->setConsoleUrl($consoleUrl);
         }