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