We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aabbb1 commit 15b5414Copy full SHA for 15b5414
1 file changed
authentic-lib.pl
@@ -84,9 +84,7 @@ sub get_extended_sysinfo
84
$info->{'type'} ne 'link' &&
85
$info->{'module'} ne 'mailbox' &&
86
$info->{'module'} ne 'system-status' &&
87
- $info->{'type'} ne 'warning' &&
88
- $a->{'type'} ne 'warning' &&
89
- $b->{'type'} ne 'warning')
+ $info->{'type'} ne 'warning')
90
{
91
our $charts_not_supported = 'no';
92
if ($info->{'type'} eq 'chart') {
0 commit comments