Skip to content

Commit

Permalink
show filter with list of users on All Jobs and All UI Task screens
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Feb 20, 2017
1 parent 136c052 commit 3a2e094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/miq_task/_tasks_options.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:javascript
miqInitSelectPicker();
miqSelectPickerEvent("chosen_zone", "#{url}");
- if @lastaction == "all_jobs" || @lastaction == "all_ui_jobs"
- if @tabform == "tasks_3" || @tabform == "tasks_4"
.form-group
%label.control-label.col-md-2
= _("User")
Expand Down

0 comments on commit 3a2e094

Please sign in to comment.