Skip to content

Commit

Permalink
shorten the image metadata import messages
Browse files Browse the repository at this point in the history
This drops the "You can continue using …" part of the message to
1. make it shorter in the UI
2. make it less confusing when the import is actually finished
  • Loading branch information
evgeni committed Nov 7, 2024
1 parent 4257c0a commit afcac0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def run

feature(:service).handle_services(spinner, 'start', :only => necessary_services)

spinner.update('Adding image metadata to pulp. You can continue using the ' \
'system normally while the task runs in the background.')
spinner.update('Adding image metadata to pulp.')
execute!(pulpcore_manager('container-handle-image-data'))
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ class IndexKatelloRepositoriesContainerMetatdata < ForemanMaintain::Procedure
end

def run
with_spinner(('Adding image metadata. You can continue using the ' \
'system normally while the task runs in the background.')) do
with_spinner('Adding image metadata to Katello.') do
execute!('foreman-rake katello:import_container_manifest_labels')
end
end
Expand Down

0 comments on commit afcac0d

Please sign in to comment.