mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Removed anchor symbol from archived notifications
This commit is contained in:
@@ -22,9 +22,9 @@ foreach ($files as $file) {
|
||||
$fields = explode(PHP_EOL, file_get_contents($file));
|
||||
$archive = basename($file);
|
||||
if ($extra = count($fields)>6) {
|
||||
$td_ = "<td rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "<i class='fa fa-anchor'></i></a></td>";
|
||||
$td_ = "<td rowspan='3'><a href='#' onclick='openClose($row)'>"; $_td = "</a></td>";
|
||||
} else {
|
||||
$td_ = "<td>"; $_td = "</td>";
|
||||
$td_ = "<td style='white-space:nowrap'>"; $_td = "</td>";
|
||||
}
|
||||
$c = 0;
|
||||
foreach ($fields as $field) {
|
||||
|
||||
Reference in New Issue
Block a user