瀏覽代碼

try to fix the detailed view

andre 4 年之前
父節點
當前提交
70a61f69e9
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/UI/Disk/Forms/UpdateForm.php

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

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