mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
lint fixes
This commit is contained in:
parent
d82d178a0d
commit
a898fad2c3
@ -5515,6 +5515,10 @@ function reporting_advanced_sla(
|
||||
$max_value = 0;
|
||||
$min_value = 0;
|
||||
$inverse_interval = 1;
|
||||
} else if ($agentmodule_info['id_tipo_modulo'] == '100') {
|
||||
$max_value = 0.9;
|
||||
$min_value = 0;
|
||||
$inverse_interval = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user