Cosmetic tweaks and under the radar flag sabotage.
This commit is contained in:
@ -10,7 +10,7 @@ public class LogsHelper extends HelperBase {
|
||||
|
||||
public String getLogs() {
|
||||
String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages());
|
||||
return "Location: " + _context.logManager().currentFile() + "<br />" + str;
|
||||
return "Location: <code>" + _context.logManager().currentFile() + "</code><br /><br />" + str;
|
||||
}
|
||||
|
||||
public String getCriticalLogs() {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 435 B |
@ -442,7 +442,7 @@ select {
|
||||
padding: 4px;
|
||||
border: 1px solid #001;
|
||||
min-width: 110px;
|
||||
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
Reference in New Issue
Block a user