Skip to content

Commit

Permalink
Fix Extra Packages column in systems list (uyuni-project#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
wweellddeerr authored Sep 9, 2024
1 parent c355bc2 commit 3f1e27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/src/manager/systems/all-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function AllSystems(props: Props) {
<a href={`/rhn/systems/details/packages/ExtraPackagesList.do?sid=${item.id}`}>{item.extraPkgCount}</a>
);
}
return item.outdatedPackages;
return item.extraPkgCount;
}}
/>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix Extra Packages column in systems list (bsc#1228980)

0 comments on commit 3f1e27f

Please sign in to comment.