fixes in non agent per database

Former-commit-id: 7b34ea990bf52c96d4d6f65f11cf2949c199f2db
This commit is contained in:
fbsanchez 2019-04-05 10:41:37 +02:00
parent db9068e25a
commit 970a10ba50
1 changed files with 14 additions and 2 deletions

View File

@ -96,8 +96,20 @@ class DiscoveryTaskList extends Wizard
]
);
// Header
ui_print_page_header(__('Task list'), '', false, '', true, '', false, '', GENERIC_SIZE_TEXT, '', $this->printHeader(true));
// Header.
ui_print_page_header(
__('Task list'),
'',
false,
'',
true,
'',
false,
'',
GENERIC_SIZE_TEXT,
'',
$this->printHeader(true)
);
// Show redirected messages from discovery.php.
if ($status === 0) {