Skip to content

Commit

Permalink
add region count to audit
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Mar 26, 2024
1 parent 097cf0b commit bc852ed
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 bc852ed

Please sign in to comment.