mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
gcp minor fixes
This commit is contained in:
parent
b2d819aa29
commit
029a447e70
@ -1200,7 +1200,10 @@ class DiscoveryTaskList extends HTML
|
|||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
// Header information.
|
// Header information.
|
||||||
if ((int) $task['status'] <= 0 && empty($summary)) {
|
if ((int) $task['status'] <= 0
|
||||||
|
&& empty($summary)
|
||||||
|
&& $task['id_recon_script'] == 0
|
||||||
|
) {
|
||||||
$output .= ui_print_info_message(
|
$output .= ui_print_info_message(
|
||||||
__('This task has never executed'),
|
__('This task has never executed'),
|
||||||
'',
|
'',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user