Skip to content

Commit

Permalink
Make the restart and reschedule buttons visually distinguishable
Browse files Browse the repository at this point in the history
* Use a distinct icon for the reschedule button
* Related ticket: https://progress.opensuse.org/issues/124469
  • Loading branch information
Martchus committed Jul 5, 2023
1 parent 9cba29c commit d008837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapi/test/infopanel.html.ep
Expand Up @@ -142,7 +142,7 @@
onclick="return rescheduleProductForJob(this);" \
class="btn btn-link"\
data-url="<%= url_for('apiv1_create_iso')->query(scheduled_product_clone_id => $sp_id, TEST => $job->TEST, _SKIP_CHAINED_DEPS => 1, _INCLUDE_CHILDREN => 1) %>">\
<i class="fa fa-2 fa-undo" title="Reschedule product from here"></i>
<i class="fa fa-2 fa-refresh" title="Reschedule product from here"></i>
</a>
</div>
<%= help_popover('Partial product re-scheduling' => "
Expand Down

0 comments on commit d008837

Please sign in to comment.