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