Skip to content

Commit

Permalink
Enabling JDR generation for MW Manager.
Browse files Browse the repository at this point in the history
Fixes ManageIQ/manageiq-providers-hawkular#50. JDR can be generated for MW Manager, but UI was denying it.
  • Loading branch information
israel-hdez authored and xeviknal committed Oct 9, 2017
1 parent c8dfda7 commit 3d4f2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/middleware_server_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MiddlewareServerController < ApplicationController
:msg => N_('Resume')
},
:middleware_dr_generate => {:op => :generate_diagnostic_report,
:skip => true,
:skip => false,
:hawk => N_('generating JDR report'),
:msg => N_('Generate JDR report')}
}.freeze
Expand Down

0 comments on commit 3d4f2e3

Please sign in to comment.