Skip to content

Commit

Permalink
remove extra x
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Jun 11, 2024
1 parent 275a6f7 commit 81abd38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flexmeasures/ui/templates/views/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ <h3>Latest jobs of {{ asset.name }}</h3>
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="JobMetadataInfo">Info</h5>
<button id="modalCloseButton" type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" onmousedown="event.stopPropagation(); event.preventDefault();">
<span aria-hidden="true">&times;</span>
</button>
<button id="modalCloseButton" type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" onmousedown="event.stopPropagation(); event.preventDefault();"></button>
</div>
<div class="modal-body">
<pre>{{ job_data['metadata'] }}</pre>
Expand Down Expand Up @@ -138,4 +136,4 @@ <h5 class="modal-title" id="JobMetadataInfo">Info</h5>
$('#scheduling_forecasting_jobs').DataTable({"order": [[ 0, "desc" ]]});
});
</script>
{% endblock %}
{% endblock %}

0 comments on commit 81abd38

Please sign in to comment.