Skip to content

Commit 486e88a

Browse files
Merge pull request #9198 from nasark/show_volume_templates_list_view
Show volume templates in image list view
2 parents 2d008c5 + 0624d7a commit 486e88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/mixins/generic_show_mixin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def display_instances
160160
end
161161

162162
def display_images
163-
nested_list(ManageIQ::Providers::CloudManager::Template, :named_scope => :without_volume_templates)
163+
nested_list(ManageIQ::Providers::CloudManager::Template)
164164
end
165165

166166
# options:

0 commit comments

Comments
 (0)