Skip to content

Commit

Permalink
Ansible Tower Job Template shows the previously selected record on re…
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Oct 21, 2016
1 parent e377ca7 commit 43a54c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/provider_foreman/explorer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
- elsif @configured_system_record
#main_div
= render(:partial => 'provider_foreman/main', :locals => {:controller => "provider_foreman"})
- elsif @configuration_script_record
#main_div
= render(:partial => 'provider_foreman/configuration_script', :locals => {:controller => "provider_foreman"})
- else
#main_div
= render(:partial => 'layouts/x_gtl')
Expand Down

0 comments on commit 43a54c3

Please sign in to comment.