Skip to content

Commit

Permalink
Add default filters for the container page
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Apr 27, 2017
1 parent a42fc27 commit 36a4b69
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions db/fixtures/miq_searches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,3 +1275,33 @@
value: analysis_success
search_type: default
db: ManageIQ::Providers::InfraManager::Vm
- attributes:
name: default_State / Running
description: State / Running
filter: !ruby/object:MiqExpression
exp:
"=":
field: Container-state
value: "running"
search_type: default
db: Container
- attributes:
name: default_State / Terminated
description: State / Terminated
filter: !ruby/object:MiqExpression
exp:
"=":
field: Container-state
value: "terminated"
search_type: default
db: Container
- attributes:
name: default_State / Waiting
description: State / Waiting
filter: !ruby/object:MiqExpression
exp:
"=":
field: Container-state
value: "waiting"
search_type: default
db: Container

0 comments on commit 36a4b69

Please sign in to comment.