|
|
@@ -29,7 +29,7 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
|
|
|
public function initContent()
|
|
|
{
|
|
|
$this->initIds('deleteDiskButton');
|
|
|
- $this->setDisableByColumnValue("name", true);
|
|
|
+ $this->setDisableByColumnValue("master", true);
|
|
|
$this->switchToRemoveBtn();
|
|
|
$this->initLoadModalAction(new DeleteModal());
|
|
|
}
|