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
  • Loading branch information
Fryguy authored Mar 26, 2024
2 parents 097cf0b + bc852ed commit cfd9c67
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 @@ -598,6 +598,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 cfd9c67

Please sign in to comment.