mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 21:50:24 -06:00
Notifications: fixes and enhancements
This commit is contained in:
@@ -30,7 +30,7 @@ foreach ($files as $file) {
|
||||
if ($filter && $filter != substr($fields[4],11)) continue;
|
||||
$rows++;
|
||||
$archive = basename($file);
|
||||
if ($extra = count($fields)>6) {
|
||||
if ($extra = count($fields)>5) {
|
||||
$td_ = "<td data='*' rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "</a></td>";
|
||||
} else {
|
||||
$td_ = "<td data='*' style='white-space:nowrap'>"; $_td = "</td>";
|
||||
|
||||
Reference in New Issue
Block a user