Skip to content

Commit

Permalink
Merge pull request #14939 from imtayadeway/reports/add-guest-applicat…
Browse files Browse the repository at this point in the history
…ions

Allow reports to be generated based on GuestApplication
  • Loading branch information
gtanzillo authored May 2, 2017
2 parents d6cccb9 + cf3c6ca commit e56661b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/guest_application.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class GuestApplication < ApplicationRecord
belongs_to :vm_or_template
belongs_to :vm, :foreign_key => :vm_or_template_id
belongs_to :host
belongs_to :container_image

Expand Down
1 change: 1 addition & 0 deletions lib/miq_expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class MiqExpression
ExtManagementSystem
ExtManagementSystemPerformance
Flavor
GuestApplication
Host
HostAggregate
HostPerformance
Expand Down

0 comments on commit e56661b

Please sign in to comment.