mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Merge pull request #1183 from adamoutler/patch-3
Make it easier to find the corresponding log files
This commit is contained in:
@@ -62,7 +62,7 @@ function renderLogArea($params) {
|
|||||||
'</textarea>
|
'</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="row logs-row">
|
<div class="row logs-row">
|
||||||
<div class="log-file col-sm-6 col-xs-12">' . htmlspecialchars($fileName) . '
|
<div class="log-file col-sm-6 col-xs-12">' . htmlspecialchars($filePath) . '
|
||||||
<div class="logs-size">' . number_format((filesize($filePath) / 1000000), 2, ",", ".") . ' MB'
|
<div class="logs-size">' . number_format((filesize($filePath) / 1000000), 2, ",", ".") . ' MB'
|
||||||
. $downloadButtonHtml .
|
. $downloadButtonHtml .
|
||||||
'</div>
|
'</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user