mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
RedundancyGroupState: Add missing column definitions
This commit is contained in:
parent
9e77c5f1ad
commit
f8114151a3
1 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,15 @@ class RedundancyGroupState extends Model
|
|||
];
|
||||
}
|
||||
|
||||
public function getColumnDefinitions()
|
||||
{
|
||||
return [
|
||||
'failed' => t('Redundancy Group Failed'),
|
||||
'is_reachable' => t('Redundancy Group Is Reachable'),
|
||||
'last_state_change' => t('Redundancy Group Last State Change')
|
||||
];
|
||||
}
|
||||
|
||||
public function createBehaviors(Behaviors $behaviors): void
|
||||
{
|
||||
$behaviors->add(new Binary([
|
||||
|
|
|
|||
Loading…
Reference in a new issue