Skip to content

Commit

Permalink
button bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas0000 committed Nov 7, 2024
1 parent 1739f93 commit 506101a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/runs/templates/runs/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ <h3>{{ display_name }}</h3>
</div>
{% endfor %}
</div>
<input type="submit" id="calculate_parameters_submit" value="Calculate"
<button type="submit" id="calculate_parameters_submit"
class="btn btn-red calculateSpinner">
Calculate
</button>
</form>
</div>
<div class="col">
Expand Down

0 comments on commit 506101a

Please sign in to comment.