Skip to content

Instantly share code, notes, and snippets.

@unsay
Created June 20, 2023 19:30
Show Gist options
  • Select an option

  • Save unsay/246f2c1716cce5c6a41cc2b6fbc912dd to your computer and use it in GitHub Desktop.

Select an option

Save unsay/246f2c1716cce5c6a41cc2b6fbc912dd to your computer and use it in GitHub Desktop.
Marotte*
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
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