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…
Reference in New Issue