Przeglądaj źródła

hide compression in backup job update form

andre 4 lat temu
rodzic
commit
f76cf17c1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/UI/Snapshot/Pages/JobRawDataTable.php

+ 1 - 1
app/UI/Snapshot/Pages/JobRawDataTable.php

@@ -41,7 +41,7 @@ class JobRawDataTable extends RawDataTable implements ClientArea, AdminArea
 
 
     protected $id = 'jobDataTable';
     protected $id = 'jobDataTable';
     protected $title = 'jobDataTableTitle';
     protected $title = 'jobDataTableTitle';
-    protected $name = 'jobDataTableName';
+    protected $name = 'jobDataTable';
 
 
     public function initContent()
     public function initContent()
     {
     {