Project

General

Profile

« Previous | Next » 

Revision 4ac40456

Added by Lukas Zapletal about 4 years ago

Fixes #29178 - improved labels and help on proxy page

View differences:

app/views/smart_proxies/_form.html.erb
</ul>
<div class="tab-content">
<div class="tab-pane active" id="primary">
<%= text_f(f, :name) %>
<%= text_f(f, :url, :size => "col-md-8" ) %>
<%= text_f(f, :name, :help_inline => _("Must be unique")) %>
<%= text_f(f, :url, :label => _("URL"), :help_inline => _("HTTPS endpoint"), :label_help => _("Hostname and client certificate must be valid. Ports are typically 8443 or 9090."), :size => "col-md-8" ) %>
</div>
<%= render 'taxonomies/loc_org_tabs', :f => f, :obj => @smart_proxy %>

Also available in: Unified diff