mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#13044 change enable for disabled message
This commit is contained in:
parent
c1bfeb93f5
commit
cac66629c6
@ -210,8 +210,8 @@ class Overview extends Element
|
||||
$total_disabled_agents = round((($total - count($enabled_agents)) * 100) / $total);
|
||||
$total_enabled_agents = round((count($enabled_agents) * 100) / $total);
|
||||
} else {
|
||||
$total_disabled_agents = 0;
|
||||
$total_enabled_agents = 100;
|
||||
$total_disabled_agents = 100;
|
||||
$total_enabled_agents = 0;
|
||||
}
|
||||
|
||||
if ($total_enabled_agents > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user