Skip to content

Commit

Permalink
do not limit width of table when downloading report in text format
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Aug 7, 2017
1 parent 280e5ad commit 3df5c48
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 3df5c48

Please sign in to comment.