mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
parent
3cf41b9b0a
commit
0ea47f12ad
2 changed files with 2 additions and 2 deletions
|
|
@ -85,6 +85,6 @@ class HostState extends State
|
|||
|
||||
public function getStateTextTranslated(): string
|
||||
{
|
||||
return HostStates::text($this->soft_state);
|
||||
return HostStates::translated($this->soft_state);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,6 +85,6 @@ class ServiceState extends State
|
|||
|
||||
public function getStateTextTranslated(): string
|
||||
{
|
||||
return ServiceStates::text($this->soft_state);
|
||||
return ServiceStates::translated($this->soft_state);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue