Add task ID to expanded list item

This ID is useful to locate the task directory for inspection.

Because it is fairly long, it seemed better to keep it relatively
low in the list of properties to avoid making the essential information
more difficult to read or skim through.

Yet placing it above the task output minimizes movement when the console
is toggled open.

See https://community.opendronemap.org/t/19285
pull/1468/head
Gonzalo Bulnes Guilpain 2024-02-13 12:41:10 +00:00
rodzic a1331d0b0b
commit 02b4061379
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: BF607641E5EC0039
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -578,6 +578,10 @@ class TaskListItem extends React.Component {
<td><strong>{_("Disk Usage:")}</strong></td>
<td>{Utils.bytesToSize(task.size * 1024 * 1024)}</td>
</tr>}
<tr>
<td><strong>{_("Task ID:")}</strong></td>
<td>{task.id}</td>
</tr>
<tr>
<td><strong>{_("Task Output:")}</strong></td>
<td><div className="btn-group btn-toggle">