15012: Adds 'All Processes' panel. (WIP)
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 20 Jan 2020 23:31:32 +0000 (20:31 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 21 Jan 2020 16:32:00 +0000 (13:32 -0300)
commit06d87a1bfa835b10193b9ecf87f62f7a707d55fa
tree9b2c84169288a9aa2bea9fa1849e9c1db0d80912
parent9cdcf53b97efc80d6c7de7e0d4da7edf91f15c31
15012: Adds 'All Processes' panel. (WIP)

Pending:
* Column ordering is not working
* Type filtering should only offer 2 options: main process & subprocess.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/store/all-processes-panel/all-processes-panel-action.ts [new file with mode: 0644]
src/store/all-processes-panel/all-processes-panel-middleware-service.ts [new file with mode: 0644]
src/store/store.ts
src/store/workbench/workbench-actions.ts
src/views/all-processes-panel/all-processes-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx