fix: [diagnostics] search field removed from worker tab

pull/4341/head
iglocska 2019-03-18 00:59:22 +01:00
parent 43f0010cab
commit 54708a875c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
'title' => __('Download report'),
'html' => '<i class="fa fa-download"></i>'
);
if ($active_tab && $active_tab !== 'diagnostics' && $active_tab !== 'files') {
if ($active_tab && !in_array($active_tab, array('diagnostics', 'files', 'workers'))) {
$data['children'][] = array(
'type' => 'live_search',
'placeholder' => 'Filter the table(s) below'