feat: add detailed job information view template to display status and configuration
This commit is contained in:
parent
32e86928c4
commit
1e972738d4
@ -391,7 +391,7 @@
|
||||
poll();
|
||||
{% elif job.status == 'finished' %}
|
||||
setProgress({ pct: 100, phase: 'done', detail: 'Backup completed successfully' });
|
||||
{% elif job.status.startsWith('failed') %}
|
||||
{% elif job.status.startswith('failed') %}
|
||||
setProgress({ pct: 0, phase: 'failed', detail: '{{ job.status }}' });
|
||||
{% else %}
|
||||
var pollTimer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user