Skip to content

Commit

Permalink
Fix embarrassing mistakes, add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joeframbach committed Feb 24, 2016
1 parent d0142ea commit 742b4a3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -31,3 +31,5 @@ node_modules

# Optional REPL history
.node_repl_history

.DS_Store
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,18 @@

A Dashboard for [Agenda](https://github.com/rschmukler/agenda)

---

### Screenshots

![Auto-refresh list of jobs](all-jobs.png)

---

![See job details, requeue or delete jobs](job-details.png)

---

### Install

```
Expand Down
Binary file added all-jobs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added job-details.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/css/dashboard.css
Expand Up @@ -47,7 +47,7 @@
}

@media (min-width: 1200px) {
#main {
#main-pane {
flex-direction: row;
}
#details-pane {
Expand Down
2 changes: 1 addition & 1 deletion public/js/main.js
Expand Up @@ -2,7 +2,7 @@
$(function () {
var CurrentRequestModel = Backbone.Model.extend({
defaults: {
refreshInterval: 10000,
refreshInterval: 2000,
overviewFilterRegex: /.*/
}
})
Expand Down

0 comments on commit 742b4a3

Please sign in to comment.