| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-01-12 | 546 Bytes | |
| v0.4.0.tar.gz | 2017-01-12 | 58.1 kB | |
| v0.4.0.zip | 2017-01-12 | 100.8 kB | |
| Totals: 3 Items | 159.5 kB | 0 | |
Added
- Exponential back-off support for failing jobs (b20064a)
- Widget generator task
shell
mix kitto.gen.widget weather
# Generates:
# * widgets/weather/weather.js
# * widgets/weather/weather.scss
- Job generator task
shell
mix kitto.gen.job weather
# Generates: jobs/weather.exs
- Dashboard generator task
shell
mix kitto.gen.dashboard weather
# Generates: dashboards/weather.html.eex
Changed
- Warning and danger widget colors are swapped in new generated dashboards