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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="status-col">
|
<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 %}
|
{% 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 %}
|
{% else %}
|
||||||
<ol class="steps" aria-label="Request progress">
|
<ol class="steps" aria-label="Request progress">
|
||||||
{% for i in range(steps|length) %}
|
{% for i in range(steps|length) %}
|
||||||
|
|
@ -268,6 +269,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if req.musicgpt_status %}
|
{% 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">
|
<ol class="steps" aria-label="MusicGPT progress">
|
||||||
{% set mg_steps = [
|
{% set mg_steps = [
|
||||||
('IN_QUEUE', 'Queued'),
|
('IN_QUEUE', 'Queued'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue