mirror of
https://github.com/unraid/webgui.git
synced 2026-01-26 19:48:55 -06:00
System update
This commit is contained in:
@@ -80,4 +80,5 @@ if ($list) {
|
||||
$list[] = "<tr><td colspan='7' style='text-align:center;padding-top:12px'>"._('No parity check history present')."!</td></tr>";
|
||||
}
|
||||
write($head.implode($list)."</table>");
|
||||
unset($list);
|
||||
?>
|
||||
|
||||
@@ -193,4 +193,5 @@ $list[] = "<tr><td>"._('OpenSSL').":</td><td>$openssl</td></tr>";
|
||||
$list[] = "<tr><td>"._('Uptime').":</td><td><span class='uptime'></span></td></tr></table>";
|
||||
|
||||
write($style.implode($list));
|
||||
unset($list);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user