ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

New Job page #19

Closed peterholdsworth closed 8 years ago

peterholdsworth commented 8 years ago

Adds a New Job page which allows a user to queue a job by specifying a queue name and JSON payload.

peterholdsworth commented 8 years ago

In this implementation Create on the New Job page causes a page refresh which then stops the count refresh from working correctly in the nav bar. I have rewritten using jQuery ajax and will raise another pull request after a little more testing.