Skip to content

Commit

Permalink
Merge pull request #914 from lgalis/change_radio_button_title_for_pla…
Browse files Browse the repository at this point in the history
…ybook_run_on_target

Change the title for the playbook catalog item radio button to 'Run on the target of the Policy Event'
(cherry picked from commit d1b126a)

https://bugzilla.redhat.com/show_bug.cgi?id=1439311
  • Loading branch information
h-kataria authored and simaishi committed Apr 5, 2017
1 parent 7b15ded commit 7d38e6b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7d38e6b

Please sign in to comment.