mirror of
https://github.com/nasa/openmct.git
synced 2025-01-05 21:04:09 +00:00
78fae345da
Rename TimeConductorController to TimeRangeController, to reflect that this is intended to serve as a more general control. Additionally, stop using arrays for inner and outer bounds and instead use explicit start/end properties, for clarity. WTD-1515 |
||
---|---|---|
.. | ||
src | ||
test | ||
bundle.json | ||
README.md |
Provides the time conductor, a control which appears at the bottom of the screen allowing telemetry start and end times to be modified.
Note that the term "time controller" is generally preferred outside of the code base (e.g. in UI documents, issues, etc.); the term "time conductor" is being used in code to avoid confusion with "controllers" in the Model-View-Controller sense.