Skip to content

Commit

Permalink
Refactor data quality report type display
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed May 10, 2024
1 parent 699e524 commit 48b020b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def writeHtml(hDataQuality)
hDataQuality[:report].each do |report|
@html.div(:class =>'block') do
@html.div do
@html.h5('Report', {'class' => 'h5'})
@html.h5(report[:type], {'class' => 'h5'})
dataQualityReportClass.writeHtml(report)
end
end
Expand Down

0 comments on commit 48b020b

Please sign in to comment.