Solved issue

This commit is contained in:
Jose Gonzalez 2021-01-26 13:46:12 +01:00
parent bc250f0789
commit d5b99f255a
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ class DiscoveryTaskList extends HTML
// Header information.
if ((int) $task['status'] <= 0 && empty($summary)) {
if ($task['type'] == DISCOVERY_APP_VMWARE) {
if ($task['type'] == DISCOVERY_APP_VMWARE && $task['utimestamp'] != 0) {
$outputMessage = __('Task completed.');
} else {
$outputMessage = __('This task has never executed');