Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
a25bca500d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Disk/Forms/UpdateForm.php

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

@@ -74,7 +74,7 @@ class UpdateForm extends BaseForm implements ClientArea
         {
             $field = new Switcher('backup');
             if ($this->diskID == 'scsi0') {
-                $field->addHtmlAttribute(':disabled', true);
+                $field->addClass('disabled');
             }
             $this->addField($field);
         }