mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
index.cgi: set arch eol warning link color to white
The link was red on red backround which is unreadable. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -544,7 +544,7 @@ if ( ! -e "/var/ipfire/main/send_profile") {
|
||||
# EOL architecture
|
||||
my ($sysname, $nodename, $release, $version, $machine) = &POSIX::uname();
|
||||
if ($machine =~ m/^i.86$/) {
|
||||
$warnmessage .= "<li><a href='https://wiki.ipfire.org/hardware/requirements'>$Lang::tr{'eol architecture warning'}</a></li>";
|
||||
$warnmessage .= "<li><a href='https://wiki.ipfire.org/hardware/requirements' style='color:white;'>$Lang::tr{'eol architecture warning'}</a></li>";
|
||||
}
|
||||
|
||||
# Memory usage warning
|
||||
|
||||
Reference in New Issue
Block a user