Some rapid fix for v11

Some rapid fix for v11
This commit is contained in:
novgorodschi catalin
2026-07-23 12:18:46 +03:00
parent 8a2d727659
commit acc681f737
3 changed files with 59 additions and 9 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ $cronKeyMasked = ($cronKey === '')
<?php } ?>
<tr>
<td>Database cleanup <em class="tooltip">?<span>Automation trims tables that would otherwise grow forever. Archived reports are never deleted. 0 disables a rule.</span></em></td>
<td>Database cleanup <em class="tooltip">?<span class="classic">Automation trims tables that would otherwise grow forever. Archived reports are never deleted. 0 disables a rule.</span></em></td>
<td><?php
$parts = array();
$parts[] = 'reports: ' . ($cleanReports > 0 ? $cleanReports . 'd' : 'off');
@@ -193,7 +193,7 @@ $cronKeyMasked = ($cronKey === '')
</tr>
<tr>
<td>Last cleanup run <em class="tooltip">?<span>Cleanup runs once per hour from Automation and deletes in batches, so a first run on an old server catches up over several passes.</span></em></td>
<td>Last cleanup run <em class="tooltip">?<span class="classic">Cleanup runs once per hour from Automation and deletes in batches, so a first run on an old server catches up over several passes.</span></em></td>
<td><?php
if (is_array($cleanupInfo) && !empty($cleanupInfo['time'])) {
$r = isset($cleanupInfo['removed']) ? $cleanupInfo['removed'] : array();