Skip to content

Filter currently deployed IOCs ICSHWI-9273

John Sparger requested to merge filter-currently-deployed-IOCs-ICSHWI-9273 into develop

This merge request adds some UI elements for the new API feature of filtering IOCs based on deployment status

Changes:

  • Add tabs "all", "deployed", "undeployed" to filter the IOCTable in similar style to the DeploymentTable's tab filters
  • Remove the ability to sort IOCTable by version (git reference) as it was removed from the API.
  • Make the IOCTable and DeploymentTable tabs match visually (alignment)

Note for reviewers: This merge request is currently "based" on !163 (merged) so that I could demo both updates at once on the test server. When the visuals are approved, I will rebase on develop. The main alterations in this merge request are in IOCListView.js and DeploymentsView.js. My linter also got involved, so please disable whitespace changes when looking at the diff.

image

Edited by John Sparger

Merge request reports