Skip to content

Commit

Permalink
Merge pull request #15405 from nimrodshn/fix_nonexistent_containers_i…
Browse files Browse the repository at this point in the history
…n_report

Fix non existent container showing in report
(cherry picked from commit e5ff9de)

https://bugzilla.redhat.com/show_bug.cgi?id=1484895
  • Loading branch information
kbrock authored and simaishi committed Aug 24, 2017
1 parent 0c1fb68 commit fc66119
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ headers:
- Name
- Ready Status
- Creation
conditions:
conditions: !ruby/object:MiqExpression
exp:
IS NOT NULL:
field: ContainerGroup-deleted_on
value:
order: Descending
sortby:
- ems_created_on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ col_order:
headers:
- "# Pods per Ready Status"
- Ready Condition Status
conditions:
conditions: !ruby/object:MiqExpression
exp:
IS NOT NULL:
field: ContainerGroup-deleted_on
value:
order: Ascending
sortby:
- ready_condition_status
Expand Down

0 comments on commit fc66119

Please sign in to comment.