Add missing css class on "show report details" button

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-02-23 13:54:43 +01:00
parent 36115c9841
commit 94e23189bd
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -132,7 +132,7 @@ var ErrorReport = {
var $buttons = $('<div class="floatright"></div>');
var buttonHtml = '<button id="show_error_report">';
var buttonHtml = '<button class="btn btn-primary" id="show_error_report">';
buttonHtml += Messages.strShowReportDetails;
buttonHtml += '</button>';