فهرست منبع

try to fix the detailed view

andre 4 سال پیش
والد
کامیت
70b4f8f76d
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      app/UI/Disk/Pages/DiskDataTable.php
  2. 0 1
      app/UI/Vms/Pages/VmsDataTable.php

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

@@ -161,7 +161,6 @@ class DiskDataTable extends DataTable implements ClientArea
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting("name", 'ASC');
         $dataProv->setData($data);
-        $dataProv->setSearch($this->toSearch);
         $this->setDataProvider($dataProv);
     }
 }

+ 0 - 1
app/UI/Vms/Pages/VmsDataTable.php

@@ -50,7 +50,6 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
 
     protected $id = 'vmsDataTable';
     protected $title = 'vmsDataTable';
-    protected $searchable = false;
     protected $tableLength = "100";
     protected $urlService;