Эх сурвалжийг харах

try to disable delete button on root disk

andre 4 жил өмнө
parent
commit
5b24e45a0e

+ 1 - 1
app/UI/Disk/Buttons/DeleteButton.php

@@ -32,7 +32,7 @@ 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());
-        $this->addHtmlAttribute('hidden', true);
+        $this->addHtmlAttribute(':disabled', true);
     }
     }
 
 
 }
 }