mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
System Status: add "pre-wrap" to keep long content inside the message box
This commit is contained in:
parent
edcc29ab5c
commit
a8697dd4ea
@ -51,7 +51,7 @@ function updateStatusDialog(dialog, status, subjectRef = null) {
|
||||
let listItem = '<a class="btn btn-default" style="width:100%;text-align:left;" href="' + statusObject.logLocation + '">' +
|
||||
'<h4><span class="' + statusObject.icon + '"></span> ' + formattedSubject +
|
||||
'<button id="dismiss-'+ subject + '" class="close"><span aria-hidden="true">×</span></button></h4></div>' +
|
||||
'<p>' + statusObject.message + '</p></a>';
|
||||
'<p style="white-space: pre-wrap;">' + statusObject.message + '</p></a>';
|
||||
|
||||
let referral = statusObject.logLocation;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user