Project

General

Profile

« Previous | Next » 

Revision b12280a7

Added by Jeremy Lenz about 1 month ago

Fixes #37336 - Add bulk change content view modal (#10959)

  • Fixes #37336 - Add bulk change content view modal
  • Refs #37336 - disable save button while saving

View differences:

app/lib/actions/katello/host/update_content_view.rb
def humanized_name
if input.try(:[], :hostname).nil?
_("Update for host")
_("Update content view environments for host")
else
_("Update for host %s") % input[:hostname]
_("Update content view environments for host %s") % input[:hostname]
end
end
end

Also available in: Unified diff