Sha256: f98b4c445c10164e310dc8ecdc69a6310e28f762fd798a45ec82f44d02185ebd

Contents?: true

Size: 621 Bytes

Versions: 11

Compression:

Stored size: 621 Bytes

Contents

<% content_for(:javascripts) do %>
  <%= webpacked_plugins_js_for :'foreman_rh_cloud' %>
<% end %>

<% content_for(:stylesheets) do %>
    <%= webpacked_plugins_css_for :'foreman_rh_cloud' %>
<% end %>

<% content_for(:content) do %>
  <%= notifications %>
  <div id="organization-id" data-id="<%= Organization.current.id if Organization.current %>" ></div>
  <div id="user-id" data-id="<%= User.current.id if User.current %>" ></div>
  <div id="ForemanInventoryUploadReactRoot"></div>
<% end %>
<%= render file: "layouts/base" %>
<%= mount_react_component('ForemanInventoryUpload', '#ForemanInventoryUploadReactRoot') %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.6 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-1.0.6 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-2.0.6 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-0.9.5 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-1.0.5 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-2.0.5 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-0.9.4.1 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-1.0.4.1 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-1.0.4 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-2.0.4 app/views/foreman_inventory_upload/layouts/react.html.erb
foreman_rh_cloud-0.9.4 app/views/foreman_inventory_upload/layouts/react.html.erb