ObjectInspectionDetail: Render previous_soft_state as text

This commit is contained in:
Johannes Meyer 2022-02-24 17:27:56 +01:00
parent 3f67e2d420
commit d13e056460

View file

@ -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']
]