Explorar el Código

enable backupswitcher by default

andre hace 4 años
padre
commit
cea290f861
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/UI/Disk/Forms/UpdateForm.php

+ 1 - 1
app/UI/Disk/Forms/UpdateForm.php

@@ -55,7 +55,7 @@ class UpdateForm extends BaseForm implements ClientArea
         }
         $backupSwitcher = $this->getField('backup');
         if ( parent::getFormData()['id'] == 'scsi0') {
-            $backupSwitcher->addHtmlAttribute(':disabled', true);
+//            $backupSwitcher->addHtmlAttribute(':disabled', true);
         }
 
     }