Skip to content

Commit

Permalink
Get record class while performing operations on VM's datastore page
Browse files Browse the repository at this point in the history
  • Loading branch information
hstastna committed Jul 29, 2019
1 parent 4c8e101 commit 21e0634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller/ci_processing.rb
Expand Up @@ -266,7 +266,7 @@ def get_rec_cls
when "ems_cluster"
EmsCluster
when "storage"
Storage
%w[all_vms vms].include?(params[:display]) ? VmOrTemplate : Storage
else
VmOrTemplate
end
Expand Down

0 comments on commit 21e0634

Please sign in to comment.