Add missing css class on "show report details" button
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
36115c9841
commit
94e23189bd
@ -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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user