stonecircle/kue-ui

how to decrease the polling rate on server and customize ui (add progress column )

Closed this issue · 7 comments

I made some changes in templates/components/jobs-table.hbs but my changes didn't reflect.

You can change the polling rate with the updateInterval variable, you have an example here: https://github.com/StreetHub/kue-ui/#mount-with-express-and-kue

If you want to change the template, you will need to build it with grunt build. https://github.com/StreetHub/kue-ui/#development

Getting error
Warning:
Command failed: /bin/sh: 1: ember: not found
Use --force to continue.

Though I installed ember

You need to install ember-cli

npm install -g ember-cli

Let me know if that helped.

I did same but getting error again
Cannot find module 'ember-cli/lib/broccoli/ember-app'

You need to install all the modules in the client.

cd lib/client
bower install
npm install

@arnaudbenard ..thanks a lot :)

No worries, I would love to see what you come up with. 👍