seomoz / qless

Queue / Pipeline Management
MIT License
294 stars 76 forks source link

Improve failed job ui #272

Closed aaronlifton closed 6 years ago

aaronlifton commented 6 years ago

At our company, we heavily rely on qless and sometimes we have a lot of failed jobs, resulting in a broken UI.

So, I made the failed list in the subnav toggleable and scrollable. Also I renamed style.css to resque.css, since it's not currently being used, and moved css that isn't part of bootstrap out of docs.css and into a new style.css

Before

screen shot 2017-12-03 at 11 22 38 pm

After

qless1

qless2

Also made a dev helper to create seed data that might make it easier for others to help develop the web interface.

b4hand commented 6 years ago

If you make those changes and push up an update, I'll merge this branch. If you don't do it by tomorrow, I may just go ahead and merge and then fix the newlines myself.

aaronlifton commented 6 years ago

sounds good, i'll fix them tonight. thanks!