mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
DeploymentStatus: just a whitespace
This commit is contained in:
parent
bcea4304e5
commit
8e0761176e
@ -45,7 +45,7 @@ class DeploymentStatus
|
||||
if ($singleChecksum === $activeConfigChecksum) {
|
||||
$status = 'active';
|
||||
} else {
|
||||
if (isset($deployedConfigs[$singleChecksum])){
|
||||
if (isset($deployedConfigs[$singleChecksum])) {
|
||||
$status = ($deployedConfigs[$singleChecksum] === 'y') ? 'deployed' : 'failed';
|
||||
} else {
|
||||
// check if it's in generated_config table it is undeployed
|
||||
|
Loading…
x
Reference in New Issue
Block a user