Skip to content

Commit

Permalink
Fixes #10911: Add option in search engine to search for DSC agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Jun 14, 2017
1 parent 886f131 commit 6a69103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ case object OsNameComparator extends CriterionType {
case object AgentComparator extends CriterionType {
import com.normation.inventory.domain.InventoryConstants._

val agentTypes = List(A_NOVA_AGENT,A_COMMUNITY_AGENT)
val agentTypes = List(A_NOVA_AGENT,A_COMMUNITY_AGENT, A_DSC_AGENT)

override def comparators = Seq(Equals, NotEquals)
override protected def validateSubCase(v:String,comparator:CriterionComparator) = {
Expand Down

0 comments on commit 6a69103

Please sign in to comment.