mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
TypeFilterSet: fix flipped flapping states
This commit is contained in:
parent
313a81e6ab
commit
4e70a4a003
@ -31,8 +31,8 @@ class TypeFilterSet extends ExtensibleSet
|
||||
'DowntimeRemoved' => $this->translate('Downtime removed'),
|
||||
),
|
||||
$this->translate('Flapping') => array(
|
||||
'FlappingStart' => $this->translate('Flapping ends'),
|
||||
'FlappingEnd' => $this->translate('Flapping starts')
|
||||
'FlappingStart' => $this->translate('Flapping starts'),
|
||||
'FlappingEnd' => $this->translate('Flapping ends')
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user