Make sure the 'rebuild' option looks like all other clickable options inside the build outcome alerts.
Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/templates/mrb_section.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 100f680..b1252a1 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html @@ -117,7 +117,7 @@ " title="Builds in this project cannot be started from Toaster: they are started from the command line"> </span> {% else %} - <a href="#" class="run-again-btn + <a href="#" class="run-again-btn alert-link {% if build.outcome == build.SUCCEEDED %} success {% elif build.outcome == build.FAILED %} @@ -165,7 +165,7 @@ Build cancelled </div> <div class="col-md-3"> - <a href="#" class="info pull-right run-again-btn" + <a href="#" class="info pull-right run-again-btn alert-link" data-request-url="{% url 'xhr_buildrequest' build.project.pk %}" data-target='{{build.target_set.all|get_tasks|json}}'> <span class="glyphicon glyphicon-repeat"></span> -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
