zuul/web/src/reducers
Tristan Cacqueray 51e5259477 web: refactor job page to use a reducer
This change updates the job page component to dispatch reducer
action instead of direct axios call. This enables using the generic
error reducers as well as keeping the tenant jobs in the store to
avoid repeated query.

Change-Id: I142493c3a89379a75d97d247fbe1fcc0858e9723
2018-12-06 07:42:32 +00:00
..
configErrors.js web: break the reducers module into logical units 2018-12-02 01:05:02 +00:00
errors.js web: add error reducer and info toast notification 2018-12-02 05:56:38 +00:00
index.js web: refactor job page to use a reducer 2018-12-06 07:42:32 +00:00
info.js web: refactor info and tenant reducers action 2018-12-02 05:43:25 +00:00
job.js web: refactor job page to use a reducer 2018-12-06 07:42:32 +00:00
jobs.js web: refactor jobs page to use a reducer 2018-12-06 07:21:37 +00:00
status.js web: refactor status page to use a reducer 2018-12-02 09:55:37 +00:00
tenant.js web: refactor info and tenant reducers action 2018-12-02 05:43:25 +00:00