[IMP] runbot: add a button to create a new rebased batch

This commit is contained in:
Christophe Monniez 2020-12-09 10:28:47 +01:00 committed by xdo
parent e769a9d2af
commit f5034e5718

View File

@ -17,6 +17,9 @@
<a class="btn btn-default" groups="runbot.group_user" t-attf-href="/runbot/bundle/{{bundle.id}}/force" title="Force A New Batch">
<i class="fa fa-refresh"/>
</a>
<a class="btn btn-default" groups="runbot.group_user" t-attf-href="/runbot/bundle/{{bundle.id}}/force/1" title="Force A New Batch with automatic rebase">
<i class="fa fa-fast-forward"/>
</a>
<t t-call="runbot.branch_copy_button"/>
</div>
</span>