Skip to content

Commit

Permalink
Add download_pdf to summary view for infrastructure providers
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Oct 17, 2017
1 parent 311c2bc commit d3e12a4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ class ApplicationHelper::Toolbar::DashboardSummaryToggleView < ApplicationHelper
:url_parms => "?display=topology",
:klass => ApplicationHelper::Button::TopologyFeatureButton)
])
button_group('summary_download', [
button(
:download_view,
'fa fa-file-pdf-o fa-lg',
N_('Download summary in PDF format'),
nil,
:klass => ApplicationHelper::Button::Pdf,
:url => "/download_summary_pdf"
),
])
end

0 comments on commit d3e12a4

Please sign in to comment.