{% extends "dashboard.html" %} {% block content %}

Loading custom configurations...

{% set config_types = { "crs": "shield-alt", "modsec_crs": "shield-quarter", "modsec": "shield-alt-2", "stream": "network-chart", "custom": "window-alt" } %} {% for config in configs %} {% set service_id = config['service_id'] if config['service_id'] else 'global' %} {% if config['type'].startswith('crs') %} {% set config_icon = "shield-alt" %} {% elif config['type'] == 'modsec_crs' %} {% set config_icon = "shield-quarter" %} {% elif config['type'] == 'modsec' %} {% set config_icon = "shield-alt-2" %} {% elif 'stream' in config['type'] %} {% set config_icon = "network-chart" %} {% else %} {% set config_icon = "window-alt" %} {% endif %} {% endfor %}
Select All Name Type Method Service Template Checksum Actions
 {{ config["name"] }}
{{ config["type"]|upper }}
{{ config["method"] }} {% if config["service_id"] %}  {{ config["service_id"] }} {% else %} global {% endif %} {% if config["template"] %} {{ config["template"] }} {% else %} no template {% endif %} {{ config["checksum"] }}
{% if not is_readonly %} {% endif %} {% endblock %}