Label request and recording studio status steps with separator
This commit is contained in:
parent
e6edac7b6f
commit
25edd635c3
1 changed files with 3 additions and 1 deletions
|
|
@ -249,8 +249,9 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<div class="status-col">
|
||||
<p style="margin:0;font-size:.8rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em">Request Status</p>
|
||||
{% if current_step == -1 %}
|
||||
<p style="margin:0"><span class="status-badge missing">Cancelled</span></p>
|
||||
<p style="margin:.25rem 0 0 0"><span class="status-badge missing">Cancelled</span></p>
|
||||
{% else %}
|
||||
<ol class="steps" aria-label="Request progress">
|
||||
{% for i in range(steps|length) %}
|
||||
|
|
@ -268,6 +269,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if req.musicgpt_status %}
|
||||
<p style="margin:1rem 0 0 0;font-size:.8rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em">Recording Studio Status</p>
|
||||
<ol class="steps" aria-label="MusicGPT progress">
|
||||
{% set mg_steps = [
|
||||
('IN_QUEUE', 'Queued'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue