|
@@ -31,14 +31,5 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
parent::initContent();
|
|
parent::initContent();
|
|
|
$this->initIds('updateDiskButton');
|
|
$this->initIds('updateDiskButton');
|
|
|
$this->initLoadModalAction(new UpdateModal());
|
|
$this->initLoadModalAction(new UpdateModal());
|
|
|
-
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'proxmoxCloud',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $this,
|
|
|
|
|
- 'Debug',
|
|
|
|
|
- $this->getHtmlAttributes()
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|