<hr :style="{ 'border-top': '1px solid #1E354D' }">
<%= f.fields_for ServerSetting.new do |setting_f| %>
<ul uk-accordion>
<li>
<a class="uk-accordion-title">Advanced Settings <span class="uk-label">NEW</span></a>
<div class="uk-accordion-content">
<p class="uk-margin-remove-top">
Configure core V2 server settings including database connections, logging, and ExtDB options.
<br>
ESM works out of the box with sensible defaults - these settings only need to be changed for custom configurations.
<br>
<strong>After saving, make sure to download your <code>config.yml</code> file and place it in your server's <code>@esm</code> folder.</strong>
</p>
<div class="uk-width-1-2@xl uk-width-1-1">
<%= render partial: "servers/config/core_settings", locals: {setting_f:} %>
<%= render partial: "servers/config/extdb_settings", locals: {setting_f:} %>
<%= render partial: "servers/config/log_processing", locals: {setting_f:} %>
<%= render partial: "servers/config/log_configuration", locals: {setting_f:} %>
</div>
</div>
</li>
</ul>
<% end %>