Created
June 20, 2023 19:30
-
-
Save unsay/246f2c1716cce5c6a41cc2b6fbc912dd to your computer and use it in GitHub Desktop.
Marotte*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Marotte* | |
| Today* | |
| Start Job -> Select Job | |
| Stop Job -> Confirm | |
| Schedule -> Choose Date | |
| Job | |
| active -> stopped | |
| active -> paused | |
| stopped -> active | |
| paused -> active | |
| active | |
| Select Job | |
| Confirm | |
| Choose Date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function render(model){ | |
| const current = model.active_states[0].name; | |
| return $("h1", | |
| { style: {color: "darkBlue"} }, current); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment