浏览代码

try to disable delete button on root disk

andre 4 年之前
父节点
当前提交
1407583799
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/UI/Disk/Buttons/DeleteButton.php

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

@@ -30,6 +30,7 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
     {
     {
         $this->initIds('deleteDiskButton');
         $this->initIds('deleteDiskButton');
         $this->setDisableByColumnValue("master", true);
         $this->setDisableByColumnValue("master", true);
+        $this->setDisableByColumnValue("root", true);
         $this->switchToRemoveBtn();
         $this->switchToRemoveBtn();
         $this->initLoadModalAction(new DeleteModal());
         $this->initLoadModalAction(new DeleteModal());
     }
     }