mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
ObjectInspectionDetail: Render previous_soft_state as text
This commit is contained in:
parent
3f67e2d420
commit
d13e056460
1 changed files with 1 additions and 0 deletions
|
|
@ -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']
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue