Skip to content

Instantly share code, notes, and snippets.

@fv-hippo
Last active July 13, 2021 16:50
Show Gist options
  • Save fv-hippo/0c65bd9936b2a04cdf3deb21e5c01040 to your computer and use it in GitHub Desktop.
Save fv-hippo/0c65bd9936b2a04cdf3deb21e5c01040 to your computer and use it in GitHub Desktop.
Dashboards
Dashboards
Viewing
Add Dashboard button clicked -> Create Dashboard
Select edit action on Dashboard name -> Edit Dashboard
Click add Widget -> Create Widget
Click edit Widget -> Edit Widget
Create Dashboard
Fill in Dashboard form -> Edit Dashboard
Edit Dashboard
Rename Dashboard -> Viewing
Reorder Widgets -> Viewing
Duplicate Dashboard -> Viewing
Remove Dashboard -> Delete Dashboard
Share action with other Users -> Share Dashboard
Delete Dashboard
Click delete Dashboard -> Viewing
Share Dashboard
Select users to share with -> Edit Widget
Create Widget
Select a Widget from list -> Viewing
Edit Widget
Click remove Widget -> Viewing
Click save Widget -> Viewing
Remove Widget
Click save Dashboard -> Viewing
Resize Widget
Click save Widget -> Viewing
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment