Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 29, 2024
2 parents f40937d + 1980eab commit 59ce48c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ informationTab model details =
case getRuleCompliance model rule.id of
Just co ->
buildComplianceBar defaultComplianceFilter co.complianceDetails
Nothing -> text "No report"
Nothing -> div [class "text-muted"] [ text "No data available" ]
rightCol =
if isNewRule then
div [class "callout-fade callout-info"]
Expand Down

0 comments on commit 59ce48c

Please sign in to comment.