Sha256: 11495abfebdd0edf72a7174ec8b0c59a2d833b2f1fad4b394d1e0b7965c576c4

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

<% content_for(:javascripts) do %>
  <%= webpacked_plugins_js_for :'foreman_discovery' %>
<% end %>
<% content_for(:stylesheets) do %>
  <%= webpacked_plugins_css_for :'foreman_discovery' %>
<% end %>

<% content_for(:title, _("Discovered Hosts")) %>

<% 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>
  <%= react_component('DiscoveredHosts', docUrl: external_link_path(type: 'plugin_manual', name: 'foreman_discovery', version: discovery_doc_version)) %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_discovery-17.0.5 app/views/discovered_hosts/welcome.html.erb
foreman_discovery-17.0.4 app/views/discovered_hosts/welcome.html.erb
foreman_discovery-17.0.3 app/views/discovered_hosts/welcome.html.erb