WIP: Backup upload

This commit is contained in:
Jose Gonzalez 2020-11-13 13:33:05 +01:00
parent 1ca65e59d5
commit 63395dd88f
1 changed files with 1 additions and 2 deletions

View File

@ -546,8 +546,7 @@ class DiscoveryTaskList extends HTML
true
);
} else if ($task['review_mode'] == DISCOVERY_STANDARD) {
if ($task['type'] === DISCOVERY_APP_VMWARE) {
hd($task);
if ($task['type'] == DISCOVERY_APP_VMWARE) {
if ($task['status'] <= 0 && $task['utimestamp'] != 0) {
$data[5] == __('Done');
} else if ($task['status'] > 0) {