Browse Source

try to fix the detailed view

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

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

@@ -37,7 +37,7 @@ class BackupSwitchButton extends ButtonSwitchAjax implements ClientArea
     public function initContent()
     {
         parent::initContent();
-        $this->addHtmlAttribute(':disabled', 'dataRow.master == true');
+        $this->addHtmlAttribute(':hidden', 'dataRow.master == true');
         if (!$this->configuration()->isPermissionAdditionalDiskBackup())
         {
 //            $this->htmlAttributes["disabled"] = "";