Sha256: 2e95cfe2047367fa5e8c4fe012b80f18b993910f8a6169ce3c076e63580e3d69

Contents?: true

Size: 354 Bytes

Versions: 8

Compression:

Stored size: 354 Bytes

Contents

<% if @smart_proxy.pulp_mirror? -%>
  <div ng-controller="CapsuleContentController">
    <%= render :file => 'smart_proxies/show' %>
  </div>
<% elsif @smart_proxy.pulp_primary? -%>
  <div ng-controller="PulpPrimaryController">
    <%= render :file => 'smart_proxies/show' %>
  </div>
<% else -%>
  <%= render :file => 'smart_proxies/show' %>
<% end -%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-4.4.2.2 app/views/foreman/smart_proxies/show.html.erb
katello-4.4.2.1 app/views/foreman/smart_proxies/show.html.erb
katello-4.4.2 app/views/foreman/smart_proxies/show.html.erb
katello-4.5.1 app/views/foreman/smart_proxies/show.html.erb
katello-4.5.0 app/views/foreman/smart_proxies/show.html.erb
katello-4.5.0.rc2 app/views/foreman/smart_proxies/show.html.erb
katello-4.4.1 app/views/foreman/smart_proxies/show.html.erb
katello-4.5.0.rc1 app/views/foreman/smart_proxies/show.html.erb