Skip to content

Commit

Permalink
Add missing flash message box to /tests page
Browse files Browse the repository at this point in the history
This page can have flash messages created by ajax events.
  • Loading branch information
asdil12 committed Sep 12, 2024
1 parent 91960ca commit 5cf4a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/webapi/test/list.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
renderTestLists();
% end

<div id="flash-messages">
%= include 'layouts/flash_messages';
</div>

<div>
<h2 id="running_jobs_heading">Running jobs</h2>
<table id="running" class="display table table-striped" style="width: 100%">
Expand Down

0 comments on commit 5cf4a49

Please sign in to comment.