JobTable: remove superfluous header

This commit is contained in:
Thomas Gelf 2016-04-22 15:27:46 +02:00
parent 31728783fc
commit 4d1fe849d6
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class JobTable extends QuickTable
$view = $this->view();
return array(
'job_name' => $view->translate('Job name'),
'object_type' => $view->translate('Object type'),
);
}