From d13e056460a6f8cc9e62834d8a46ea5ba823e292 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 24 Feb 2022 17:27:56 +0100 Subject: [PATCH] ObjectInspectionDetail: Render `previous_soft_state` as text --- library/Icingadb/Common/ObjectInspectionDetail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Icingadb/Common/ObjectInspectionDetail.php b/library/Icingadb/Common/ObjectInspectionDetail.php index a90e1622..f2ebccb2 100644 --- a/library/Icingadb/Common/ObjectInspectionDetail.php +++ b/library/Icingadb/Common/ObjectInspectionDetail.php @@ -142,6 +142,7 @@ abstract class ObjectInspectionDetail extends BaseHtmlElement 'execution_time' => [$this, 'formatMilliseconds'], 'latency' => [$this, 'formatMilliseconds'], 'hard_state' => [$this, 'formatState'], + 'previous_soft_state' => [$this, 'formatState'], 'previous_hard_state' => [$this, 'formatState'], 'state' => [$this, 'formatState'] ]