mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
Notifications: fixes and enhancements
This commit is contained in:
@@ -49,6 +49,6 @@ foreach ($files as $file) {
|
||||
$row++;
|
||||
}
|
||||
}
|
||||
if ($rows==0) echo "<tr><td></td><td colspan='4' style='text-align:center;padding-top:12px'><em>"._("No notifications present")."</em></td><td></td></tr>";
|
||||
if ($rows==0) echo "<tr><td colspan='6' style='padding-top:12px'><center><em>"._("No notifications present")."</em></center></td></tr>";
|
||||
echo "\0$rows";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user