Actions
Bug #34803
closedBring back 0 package counts!
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
https://community.theforeman.org/t/where-did-the-package-rpms-icon-go/28224
We used to show package count and icon even if the count was 0 on the content hosts table before this change: https://github.com/Katello/katello/commit/f3ab52fb60173ade330626ba542b413cf8900427
ng-if="host.content_facet_attributes.upgradable_package_count > 0"
We need the 0 counts..0s have feelings too!
Actions