mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 20:10:38 +01:00
Error is not a valid warning level
This commit is contained in:
@@ -211,7 +211,7 @@ if ($info->{'disk_fs'} && &show_section('disk')) {
|
||||
"<tt>$fs->{'dir'}</tt>",
|
||||
&nice_size($fs->{'total'}));
|
||||
push(@rv, { 'type' => 'warning',
|
||||
'level' => 'error',
|
||||
'level' => 'danger',
|
||||
'warning' => $msg });
|
||||
}
|
||||
elsif ($fs->{'free'}*1.0 / $fs->{'total'} < 0.01) {
|
||||
|
||||
Reference in New Issue
Block a user