mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 23:50:12 -06:00
Fix regression error
This commit is contained in:
@@ -78,7 +78,7 @@ if (file_exists($log)) {
|
||||
if ($list)
|
||||
foreach (array_reverse($list) as $row) echo $row;
|
||||
else
|
||||
echo "<tr><td colspan='6' style='text-align:center;padding-top:12px'>",_('No parity check history present'),"!</td></tr>";
|
||||
echo "<tr><td colspan='7' style='text-align:center;padding-top:12px'>",_('No parity check history present'),"!</td></tr>";
|
||||
?>
|
||||
</tbody></table>
|
||||
<div style="text-align:center;margin-top:12px"><input type="button" value="<?=_('Done')?>" onclick="top.Shadowbox.close()"></div>
|
||||
|
||||
Reference in New Issue
Block a user