app/views/foreman/smart_proxies/show.html.erb in katello-4.4.0.2 vs app/views/foreman/smart_proxies/show.html.erb in katello-4.4.1
- old
+ new
@@ -4,6 +4,8 @@
</div>
<% elsif @smart_proxy.pulp_primary? -%>
<div ng-controller="PulpPrimaryController">
<%= render :file => 'smart_proxies/show' %>
</div>
+<% else -%>
+ <%= render :file => 'smart_proxies/show' %>
<% end -%>