You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is minor issue with formatting logs preview: if PID is not included, html table cell (<td>) is not created, so main log message falls to PID column.
To fix this I replaced this part in includes/report.class.php line 184:
There is minor issue with formatting logs preview: if PID is not included, html table cell (
<td>
) is not created, so main log message falls to PID column.To fix this I replaced this part in
includes/report.class.php
line184
:with:
This ensures that rows have static number of columns (at least for tag/pid pair, I didn't check other possibilities).
The text was updated successfully, but these errors were encountered: