Skip to content

Commit

Permalink
Merge pull request #9198 from nasark/show_volume_templates_list_view
Browse files Browse the repository at this point in the history
Show volume templates in image list view
  • Loading branch information
GilbertCherrie authored May 30, 2024
2 parents 2d008c5 + 0624d7a commit 486e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mixins/generic_show_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def display_instances
end

def display_images
nested_list(ManageIQ::Providers::CloudManager::Template, :named_scope => :without_volume_templates)
nested_list(ManageIQ::Providers::CloudManager::Template)
end

# options:
Expand Down

0 comments on commit 486e88a

Please sign in to comment.