mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
No need to stress
This commit is contained in:
@@ -37,8 +37,7 @@ foreach my $j (@jails) {
|
||||
print &ui_checked_columns_row([
|
||||
&ui_link("edit_jail.cgi?name=".&urlize($j->{'name'}),
|
||||
$j->{'name'}),
|
||||
$enabled =~ /true|yes|1/i ? $text{'yes'} :
|
||||
"<font color=red>$text{'no'}</font>",
|
||||
$enabled =~ /true|yes|1/i ? $text{'yes'} : $text{'no'},
|
||||
&html_escape($filter),
|
||||
$action,
|
||||
], \@tds, "d", $j->{'name'});
|
||||
|
||||
Reference in New Issue
Block a user