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