Feature #8962
Show only non zero content counts in UI
Description
With the addition of Docker Tags/Docker Images, the typical Content view publish page shows upto 7 items per version published and majority of them tend to be 0. For example for a CV with 1 puppet module, the output is going to look like
0 Packages, 0 Package Groups, 0 Errata, 1 Puppet Modules, 0 Docker Images, 0 Docker Tags
for that row. Instead it would be better if only the non zero content units show up on that page.
Associated revisions
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 63
- Pull request https://github.com/Katello/katello/pull/4936 added
- Pull request deleted (
)
#2
Updated by Partha Aji about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|1db5669e2e1e0cba992db7fd0686458916166f8c.
#3
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
Fixes #8962 - CV page shows only non zero content counts in UI
Basically 3 pages have been updated to only rows with non zero contnet
counts. To give more context
"""
With the addition of Docker Tags/Docker Images, the typical Content view
publish page shows upto 7 items per version published and majority of
them tend to be 0. For example for a CV with 1 puppet module, the output
is going to look like
0 Packages, 0 Package Groups, 0 Errata, 1 Puppet Modules, 0 Docker
Images, 0 Docker Tags
for that row. Instead it would be better if only the non zero content
units show up on that page.
"""
This commit addresses that.