Skip to content

Commit

Permalink
do not show orphaned Hosts as running
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Aug 7, 2018
1 parent e767b47 commit 9a1af4d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions db/fixtures/miq_searches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,13 @@
description: Status / Running
filter: !ruby/object:MiqExpression
exp:
INCLUDES:
field: Host-power_state
value: "on"
and:
- INCLUDES:
field: Host-power_state
value: "on"
- "=":
filed: Host-archived
value: "true"
search_type: default
db: Host
- attributes:
Expand Down Expand Up @@ -385,9 +389,13 @@
description: Status / Running
filter: !ruby/object:MiqExpression
exp:
INCLUDES:
field: Host-power_state
value: "on"
and:
- INCLUDES:
field: Host-power_state
value: "on"
- "=":
filed: Host-archived
value: "true"
search_type: default
db: Host
- attributes:
Expand Down

0 comments on commit 9a1af4d

Please sign in to comment.