RedundancyGroupState: Add missing column definitions

This commit is contained in:
Johannes Meyer 2025-03-03 14:00:05 +01:00
parent 9e77c5f1ad
commit f8114151a3

View file

@ -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([