Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Also cross out RPs if they contain deferment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 27, 2024
1 parent 115fc35 commit b35f443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ <h3>Report</h3>
}
})
})
if (report.containsDeferredMissingUserInput) {
td.style.textDecoration = "line-through"
}
if (!metadata.rp[report.rpUri] || metadata.rp[report.rpUri].categories.length === 0) {
td.title = "No category info available"
} else {
Expand Down

0 comments on commit b35f443

Please sign in to comment.