mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Frontend] Styling for Timer
Fixes #623 Mod to code to allow timerState to be accessible to markup; CSS for stop button and paused/stopped states
This commit is contained in:
@ -73,7 +73,7 @@ define(
|
||||
}
|
||||
|
||||
function updateTimerState(timerState) {
|
||||
relativeTimerState = timerState;
|
||||
self.timerState = relativeTimerState = timerState;
|
||||
}
|
||||
|
||||
function updateActions(actionCapability, actionKey) {
|
||||
|
Reference in New Issue
Block a user