From 09559ad65929f3c83965491d5549dbc836522bdb Mon Sep 17 00:00:00 2001 From: Stejskal Leos Date: Mon, 11 Nov 2024 09:43:42 +0000 Subject: [PATCH] Fixes #38000 - Pagelet for HTTP Proxy form --- app/views/http_proxies/_form.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/http_proxies/_form.html.erb b/app/views/http_proxies/_form.html.erb index ad4fde106af..242e25568e3 100644 --- a/app/views/http_proxies/_form.html.erb +++ b/app/views/http_proxies/_form.html.erb @@ -28,6 +28,8 @@ :spinner_id => 'test_connection_indicator', :class => 'btn-default', :spinner_class => nil) %> + + <%= render_pagelets_for(:main_tab_fields, :subject => @http_proxy, :form => f) %> <%= render 'taxonomies/loc_org_tabs', :f => f, :obj => @http_proxy %>