|
|
@@ -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);
|