Argus
Argus copied to clipboard
Add a "source type" field to IncidentFilterForm
A SourceSystemType is of format (id: int (unique), name: str (unique)). Since the name is unique it is an indexed, hence cheap, lookup, so we could filter on:
["nav", "mist", "argus", ...]
Closed by #1610