mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
6098 operator status indicator v11 improvements (#6112)
* Added clear poll button to clear all statuses * Clear current poll question * Added table for operator status Co-authored-by: Michael Rogers <contact@mhrogers.com> Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -291,5 +291,6 @@ export default class StatusAPI extends EventEmitter {
|
||||
* The Status type
|
||||
* @typedef {Object} Status
|
||||
* @property {String} key - A unique identifier for this status
|
||||
* @property {Number} label - A human readable label for this status
|
||||
* @property {String} label - A human readable label for this status
|
||||
* @property {Number} timestamp - The time that the status was set.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user