Skip to content

Commit

Permalink
Allow performing SSA on Datastores in Datastore Clusters accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilda Stastna committed Oct 14, 2019
1 parent 10ab66b commit bed03c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller/ci_processing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def screen_redirection(options)
:flash_msg => @flash_array[0][:message])
return
end
if @lastaction == "show_list"
if %w[show_list storage_list storage_pod_list].include?(@lastaction)
show_list unless @explorer
@refresh_partial = "layouts/gtl"
return
Expand Down

0 comments on commit bed03c4

Please sign in to comment.