mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
ensure metadata exists on events
This commit is contained in:
@ -41,7 +41,10 @@ class EventMetadataProvider {
|
||||
{
|
||||
key: 'message',
|
||||
name: 'Message',
|
||||
format: 'string'
|
||||
format: 'string',
|
||||
hints: {
|
||||
label: 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user