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'
  • Loading branch information
h-kataria authored Apr 4, 2017
2 parents 18297ca + f56699d commit d1b126a
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 d1b126a

Please sign in to comment.