Skip to content

Commit

Permalink
Enable My Filters in Datastores
Browse files Browse the repository at this point in the history
fixing https://bugzilla.redhat.com/show_bug.cgi?id=1361224

Make My Filters in Datastores clickable
when reaching Compute -> Infrastructure -> Datastores.
  • Loading branch information
hstastna committed Sep 22, 2016
1 parent b47179b commit 7477720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/helpers/application_helper.rb
Expand Up @@ -1161,7 +1161,8 @@ def render_listnav_filename
ems_infra host miq_template offline orchestration_stack persistent_volume ems_middleware
middleware_server middleware_deployment middleware_datasource middleware_domain middleware_server_group
middleware_messaging ems_network security_group floating_ip cloud_subnet network_router network_port
cloud_network resource_pool retired service templates vm configuration_job).include?(@layout) && !@in_a_form
cloud_network resource_pool retired service storage templates vm
configuration_job).include?(@layout) && !@in_a_form
"show_list"
elsif @compare
"compare_sections"
Expand Down

0 comments on commit 7477720

Please sign in to comment.