Skip to content

Commit

Permalink
ch placeholder top button
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 22, 2023
1 parent 719e05c commit 79126ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions embark/templates/dashboard/reportDashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@
{% if firmware.end_date is not None %}
{{ firmware.end_date}}
{% else %}
<button class="btn btn-primary" type="button" disabled>
<span class="badge badge-danger">Results are on their way</span>
</button>
<form action={% url 'embark-show-logviewer' firmware.id %} method='get'>
<button type="submit" class="btn btn-primary">
<span class="badge badge-danger">Results are on their way</span>
</button>
</form>
{% endif %}
</td>
<td>
Expand Down

0 comments on commit 79126ad

Please sign in to comment.