Skip to content

Commit

Permalink
Fix to improve the positioning of server status icons
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 25, 2024
1 parent 030b5d0 commit 700ad90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ sub get_extended_sysinfo
))
{
foreach my $t (@{ $info->{'table'} }) {
$t->{"desc"} =~ s/^\ //g;
$t->{"desc"} =~ s/<img src='.*?\/virtual-server\/images\/(\S+).(png|gif)'.*?>/$status_icons->{$1}/g;
$t->{"value"} =~ s/<img src='.*?\/virtual-server\/images\/(\S+).(png|gif)'.*?>/$status_icons->{$1}/g;
$returned_sysinfo .= '<tr>
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.

0 comments on commit 700ad90

Please sign in to comment.