Skip to content

Commit

Permalink
Add repository status to Monitor page columns
Browse files Browse the repository at this point in the history
Fix #6567
  • Loading branch information
ChrisBr committed Dec 14, 2018
1 parent 91c304d commit 131da28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/app/views/webui2/webui/project/monitor.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
= repo
%tr
%th
- @repohash.sort.each do |_repo, archlist|
- @repohash.sort.each do |repo, archlist|
- archlist.sort.each do |arch|
%th.text-center
%i.fa-xs.mr-1{ class: webui2_repo_status_icon(@repostatushash[repo][arch]) }
= arch
%tbody
- @packagenames.each do |packname|
Expand Down

0 comments on commit 131da28

Please sign in to comment.