mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
Mods to Event Generator and limit provider
- Changed SEVERE to use `is-event--purple` style. - Mods to EventTelemetryProvider.js: - Adds a more random start time to each event. - Reduces frequency at which a severity is applied to events.
This commit is contained in:
@ -25,7 +25,7 @@ export const SEVERITY_CSS = {
|
||||
WARNING: 'is-event--yellow',
|
||||
DISTRESS: 'is-event--red',
|
||||
CRITICAL: 'is-event--red',
|
||||
SEVERE: 'is-event--red'
|
||||
SEVERE: 'is-event--purple'
|
||||
};
|
||||
|
||||
const NOMINAL_SEVERITY = {
|
||||
|
Reference in New Issue
Block a user