Browse Source

change test to slider for disk create

andre 4 years ago
parent
commit
a0ab0978b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Disk/Buttons/DeleteButton.php

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

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