Browse Source

try to use console button

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

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

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