Sha256: 288500328a8f0e6fd2c1b70d0c0ab02b58ab30c8dc9409edf2b322be54fe9a80

Contents?: true

Size: 403 Bytes

Versions: 11

Compression:

Stored size: 403 Bytes

Contents

<% title (_("Product Selection for Account %s") % @scc_account) %>
<%= webpacked_plugins_js_for :foreman_scc_manager %>
<%= webpacked_plugins_css_for :foreman_scc_manager %>
<%= react_component('SCCProductPage', {
  :canCreate => authorized_for(action: :sync),
  :sccAccountId => @scc_account.id,
  :sccProductsInit => create_nested_product_tree(@scc_account.scc_products, subscribed_only: false)
}) %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_scc_manager-4.0.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-3.1.1 app/views/scc_accounts/show.html.erb
foreman_scc_manager-3.1.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-3.0.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.3.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.2.3 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.2.2 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.2.1 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.2.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.1.0 app/views/scc_accounts/show.html.erb
foreman_scc_manager-2.0.0 app/views/scc_accounts/show.html.erb