WIP: Backup upload
This commit is contained in:
parent
d623606c0f
commit
a049ff1e16
|
@ -547,6 +547,7 @@ class DiscoveryTaskList extends HTML
|
|||
);
|
||||
} else if ($task['review_mode'] == DISCOVERY_STANDARD) {
|
||||
hd($task['type']);
|
||||
hd($task['type'] == DISCOVERY_APP_VMWARE);
|
||||
if ($task['type'] == DISCOVERY_APP_VMWARE) {
|
||||
if ($task['status'] <= 0 && $task['utimestamp'] != 0) {
|
||||
$data[5] == __('Done');
|
||||
|
|
Loading…
Reference in New Issue