Skip to content

Commit

Permalink
Merge pull request #6612 from ChrisBr/monitor
Browse files Browse the repository at this point in the history
Add repository status to Monitor page columns
  • Loading branch information
bgeuken committed Dec 14, 2018
2 parents a96529e + 131da28 commit e246c6b
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 e246c6b

Please sign in to comment.