mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixes in non agent per database
Former-commit-id: 7b34ea990bf52c96d4d6f65f11cf2949c199f2db
This commit is contained in:
parent
db9068e25a
commit
970a10ba50
@ -96,8 +96,20 @@ class DiscoveryTaskList extends Wizard
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
// Header
|
// Header.
|
||||||
ui_print_page_header(__('Task list'), '', false, '', true, '', false, '', GENERIC_SIZE_TEXT, '', $this->printHeader(true));
|
ui_print_page_header(
|
||||||
|
__('Task list'),
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
GENERIC_SIZE_TEXT,
|
||||||
|
'',
|
||||||
|
$this->printHeader(true)
|
||||||
|
);
|
||||||
|
|
||||||
// Show redirected messages from discovery.php.
|
// Show redirected messages from discovery.php.
|
||||||
if ($status === 0) {
|
if ($status === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user