|
|
@@ -85,16 +85,6 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
if (isAdmin() || $this->configuration()->isPermissionNovnc()){
|
|
|
//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);
|
|
|
}
|
|
|
@@ -173,6 +163,15 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
$dataProv->setDefaultSorting("name", 'ASC');
|
|
|
$dataProv->setData($query);
|
|
|
$this->setDataProvider($dataProv);
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'proxmoxCloud',
|
|
|
+ __FUNCTION__,
|
|
|
+ $query,
|
|
|
+ 'Debug',
|
|
|
+ $dataProv
|
|
|
+ );
|
|
|
+
|
|
|
}
|
|
|
|
|
|
public function isViewFooter()
|