Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
c37f4e93ed
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/UI/Disk/Pages/DiskDataTable.php

+ 4 - 0
app/UI/Disk/Pages/DiskDataTable.php

@@ -118,6 +118,10 @@ class DiskDataTable extends DataTable implements ClientArea
         return $row['backup'] == "0" ? "off" : "on";
     }
 
+    public function loadDataToForm() {
+
+    }
+    
     protected function loadData()
     {
         $data = [];