|
@@ -90,7 +90,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
$this->addActionButton(new ManageButton());
|
|
$this->addActionButton(new ManageButton());
|
|
|
}
|
|
}
|
|
|
//delete
|
|
//delete
|
|
|
- $this->addActionButton(new DeleteButton());
|
|
|
|
|
|
|
+ //$this->addActionButton(new DeleteButton());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
protected function loadHtml()
|
|
protected function loadHtml()
|
|
@@ -161,16 +161,6 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
|
|
|
$dataProv = new QueryDataProvider();
|
|
$dataProv = new QueryDataProvider();
|
|
|
$dataProv->setDefaultSorting("name", 'ASC');
|
|
$dataProv->setDefaultSorting("name", 'ASC');
|
|
|
$dataProv->setData($query);
|
|
$dataProv->setData($query);
|
|
|
-
|
|
|
|
|
- $vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'proxmoxCloud',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $vm,
|
|
|
|
|
- 'Debug',
|
|
|
|
|
- ''
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
$this->setDataProvider($dataProv);
|
|
$this->setDataProvider($dataProv);
|
|
|
}
|
|
}
|
|
|
|
|
|