mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 12:00:46 +01:00
Still show username even if only one user
This commit is contained in:
@@ -58,7 +58,7 @@ if ($config{cron_allow_file} && $config{cron_deny_file} && $access{'allow'}) {
|
||||
}
|
||||
|
||||
# Build a list of cron job rows to show
|
||||
$single_user = !&supports_users() || @ulist == 1;
|
||||
$single_user = !&supports_users() || (@ulist == 1 && $access{'mode'});
|
||||
@links = ( &select_all_link("d", 1),
|
||||
&select_invert_link("d", 1),
|
||||
@crlinks );
|
||||
|
||||
Reference in New Issue
Block a user