Skip to content

Commit

Permalink
Add help popover for limiting number of finished jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Oct 6, 2022
1 parent 3d88905 commit 91313b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/webapi/test/list.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
</div>

<div>
<h2 id="finished_jobs_heading">Finished jobs</h2>
<div>
<h2 id="finished_jobs_heading" style="display: inline-block">Finished jobs</h2><%=
help_popover 'Parameters for finished jobs' =>
'<p>It is possible to increase the number of finished jobs shown in the table via the <code>limit</code> query parameter.</p>',
undef, undef, undef, style => 'vertical-align: text-top'; %>
</div>
<div id="flash-messages-finished-jobs"></div>
<div class="row" style="margin-bottom: 10px;">
<div class="col-sm-12 col-md-6">
Expand Down

0 comments on commit 91313b3

Please sign in to comment.