mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
parity_history: code optimization
This commit is contained in:
@@ -63,7 +63,6 @@ if (file_exists($log)) {
|
||||
}
|
||||
fclose($handle);
|
||||
}
|
||||
if (!$list) $list[] = "<tr><td colspan='7' style='text-align:center;padding-top:12px'>"._('No parity check history present')."!</td></tr>";
|
||||
echo implode($list);
|
||||
echo $list ? implode($list) : "<tr><td colspan='7' style='text-align:center;padding-top:12px'>"._('No parity check history present')."!</td></tr>";
|
||||
?>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user