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

Change the title for the playbook catalog item radio button to 'Run on the target of the Policy Event' #914

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/miq_policy/_action_options.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@
= label_tag('inventory_localhost', _("Localhost"), "title" => _('Run on localhost'))
%br
= radio_button_tag('inventory', "event_target", false,
"title" => _('Run on the target machine of the alert'),
"title" => _('Run on the target of the Policy Event'),
"checked" => @edit[:new][:inventory_type] == "event_target",
"data-miq_observe" => observe)
= label_tag('inventory_event_target', _("Target Machine"), "title" => _('Run on the target machine of the alert'))
= label_tag('inventory_event_target', _("Target Machine"), "title" => _('Run on the target of the Policy Event'))
%br
= radio_button_tag('inventory', "manual", false,
"title" => _('Enter a comma separated list of IP or DNS names'),
Expand Down