Skip to content

Ioc table

John Sparger requested to merge ioc-table into develop

Made IOC editing (creating new versions of existing IOC) work:

  • Updated API to have IOCVersions
  • Updated the IOC Form component to take a hook as argument
  • Updated the IOC Form to pre-populate values from an initial state if supplied
  • Updated the IOC Views to use the new form interface

Created IOCTable using the table components from common (nice)

Made IOCListView responsive: It now shows the table on large screens and the list view on small screens.

@zoltanrunyo I also modified DeploymentsTable's onRowClicked to use history.push from React-Router to avoid page reload

Edited by John Sparger

Merge request reports