mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +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'),
|
'DowntimeRemoved' => $this->translate('Downtime removed'),
|
||||||
),
|
),
|
||||||
$this->translate('Flapping') => array(
|
$this->translate('Flapping') => array(
|
||||||
'FlappingStart' => $this->translate('Flapping ends'),
|
'FlappingStart' => $this->translate('Flapping starts'),
|
||||||
'FlappingEnd' => $this->translate('Flapping starts')
|
'FlappingEnd' => $this->translate('Flapping ends')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user