Last active
June 20, 2023 13:56
-
-
Save unsay/dacd13b905d741533b6380bb76a7340a 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 Stop | |
| Schedule -> Choose Date | |
| Select Job | |
| Confirm Stop | |
| 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){ | |
| return $("h1", model.active_states[0].name) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment