Skip to content

Commit

Permalink
Merge pull request #15750 from yrudman/remove-table-width-limitation-…
Browse files Browse the repository at this point in the history
…when-downloading-report

Do not limit width of table when downloading report in text format
(cherry picked from commit 5637f13)

https://bugzilla.redhat.com/show_bug.cgi?id=1480008
  • Loading branch information
gtanzillo authored and simaishi committed Aug 9, 2017
1 parent b5bfa9a commit 2df88e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/miq_report/formatters/text.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module MiqReport::Formatters::Text
def to_text
ReportFormatter::ReportRenderer.render(:text) do |e|
e.options.mri = (self) # set the MIQ_Report instance in the formatter
e.options.ignore_table_width = true
end
end
alias_method :to_txt, :to_text
Expand Down

0 comments on commit 2df88e6

Please sign in to comment.