Change log View button to btn-secondary
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -92,7 +92,7 @@ sub show_list {
|
||||
print qq{ <td><span class="badge $badge badge-sm">$f->{type}</span></td>\n};
|
||||
print qq{ <td>$date</td>\n};
|
||||
print qq{ <td>$size</td>\n};
|
||||
print qq{ <td><button type="button" class="btn btn-ghost btn-sm" onclick="location.href='$href'">View</button></td>\n};
|
||||
print qq{ <td><button type="button" class="btn btn-secondary btn-sm" onclick="location.href='$href'">View</button></td>\n};
|
||||
print qq{</tr>\n};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user