Katello/katello

View on GitHub
app/views/foreman/smart_proxies/_content_tab.html.erb

Summary

Maintainability
Test Coverage
<% content_for(:javascripts) do %>
    <%= webpacked_plugins_js_for :katello %>
<% end %>
<% @smartProxyId= @smart_proxy.id %>
<%= react_component('Content', smartProxyId: @smartProxyId, organizationId: Organization.current&.id,)  %>