Skip to content

Commit

Permalink
Merge pull request #22958 from nasark/add_region_count_to_audit_report
Browse files Browse the repository at this point in the history
Add region count to audit reporting

(cherry picked from commit cfd9c67)
  • Loading branch information
Fryguy committed Mar 27, 2024
1 parent 0facbbe commit 0d5d735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/miq_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ def self.audit_details
:arch => MiqEnvironment.arch.to_s,
:services => {:active => Service.active.count, :inactive => Service.inactive.count},
:service_catalog_items => {:active => ServiceTemplate.active.count, :archived => ServiceTemplate.archived.count},
:region_count => MiqRegion.count,
}
end

Expand Down

0 comments on commit 0d5d735

Please sign in to comment.