Actions
Bug #36109
open404 on /assets/spinner.gif when toggling the "Active only" box on the sync_management page
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
The path is hardcoded in https://github.com/Katello/katello/blob/09f69b74148fe2af5177f9240060f5691182cfe1/app/assets/javascripts/katello/common/katello.common.js#L67-L69
and used in https://github.com/Katello/katello/blob/09f69b74148fe2af5177f9240060f5691182cfe1/app/assets/javascripts/katello/sync_management/sync_management.js#L45
However, the file is not there in a production environment (on my system, it's reachable via /assets/katello/icons/spinner-HASH.gif)
We'd have to load it via something like asset_path('spinner.gif'), but I have no idea if katello.common.js is even processed like that in the asset pipeline?
Updated by Quinn James about 2 years ago
- Category set to Web UI
- Target version set to Katello Backlog
- Triaged changed from No to Yes
Actions