Skip to content

Commit

Permalink
Fixed reading of ems_refresh_threshold memory_threshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed Nov 14, 2018
1 parent 2b18c22 commit e8c9205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ops/_settings_workers_tab.html.haml
Expand Up @@ -207,7 +207,7 @@
.col-md-8
= select_tag('ems_refresh_worker_threshold',
options_for_select(@sb[:ems_refresh_threshold],
@edit[:new][:workers][:worker_base][:queue_worker_base][:ems_refresh_worker][:memory_threshold]),
@edit[:new][:workers][:worker_base][:queue_worker_base][:ems_refresh_worker][:defaults][:memory_threshold]),
:class => "selectpicker")
:javascript
miqSelectPickerEvent('ems_refresh_worker_threshold', "#{url}")
Expand Down

0 comments on commit e8c9205

Please sign in to comment.