{% extends ../../../templates/base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Configuration / Main Config {% end %} {% block head %} {% end %} {% block content %} {% set file_type = 'postgres' %}
{% try %} {% if ret_post and len(ret_post['settings']) > 0%}
{% end %} {% except %} {% end %} {% try %} {% if error_code > 0%}
{% end %} {% except %} {% end %} {% if configuration_status['restart_pending'] is True %}
{% end %}
Category
{% if len(data) == 0 %}

No results found...

{% end %}
{% for setting_group in data %}
{{setting_group['category']}}
{% for setting_row in setting_group['rows'] %} {% end %}
{{setting_row['name']}}

{{setting_row['desc']}}

{% if setting_row['vartype'] == 'bool' %}
{% elif setting_row['vartype'] == 'enum' %} {% else %} {% end %} {% if setting_row['setting'] != setting_row['boot_val'] %} {% end %}
{% end %}
{% end %}