Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed reading of ems_refresh_threshold memory_threshold value #4925

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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