Skip to content

Commit

Permalink
Merge pull request #16464 from syncrou/add_maintenance_flag_to_ui
Browse files Browse the repository at this point in the history
Added a Maintenance key to the hash struct
  • Loading branch information
gmcculloug authored Nov 14, 2017
2 parents 974e360 + a1893e9 commit 8ba842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_request_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ def ci_to_hash_struct(ci)
end

def host_to_hash_struct(ci)
build_ci_hash_struct(ci, [:name, :vmm_product, :vmm_version, :state, :v_total_vms])
build_ci_hash_struct(ci, [:name, :vmm_product, :vmm_version, :state, :v_total_vms, :maintenance])
end

def vm_or_template_to_hash_struct(ci)
Expand Down

0 comments on commit 8ba842c

Please sign in to comment.