[IMP] runbot: add a pager at the bottom of bundle page

This commit is contained in:
Christophe Monniez 2024-01-05 16:59:07 +01:00
parent 3f260ba08f
commit 219df21d99

View File

@ -79,6 +79,11 @@
<div class="batch_row" t-foreach="batchs" t-as="batch">
<t t-call="runbot.batch_tile"/>
</div>
<div>
<span class="pull-right">
<t t-call="website.pager" />
</span>
</div>
</div>
</div>
</div>