Skip to content

Commit

Permalink
Fix the VM Infra button checking EmsCloud providers
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 15, 2024
1 parent d906b9d commit a4e5491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ def disabled?

def provisioning_supported?
# TODO: EmsCloud.supporting(:provisioning).any?
EmsCloud.all.any? { |ems| ems.supports?(:provisioning) }
EmsInfra.all.any? { |ems| ems.supports?(:provisioning) }
end
end

0 comments on commit a4e5491

Please sign in to comment.