|
@@ -32,6 +32,15 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
$this->setDisableByColumnValue("master", true);
|
|
$this->setDisableByColumnValue("master", true);
|
|
|
$this->switchToRemoveBtn();
|
|
$this->switchToRemoveBtn();
|
|
|
$this->initLoadModalAction(new DeleteModal());
|
|
$this->initLoadModalAction(new DeleteModal());
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this->getId() ,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $this
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
$this->addClass('disabled');
|
|
$this->addClass('disabled');
|
|
|
}
|
|
}
|
|
|
|
|
|