{% extends "base.html" %} {% block title %} GKTS-Aktif Edilmiş Kurallar {% endblock %} {% block content %} {% if message %} Mesaj : {{message}} {% endif %} {% if button %}
{% csrf_token %}
{% endif %} {% for a_rule in rules %} {% endfor %}
GÜVENLİK DUVARI KAYNAK HEDEF HEDEF PORT PROTOKOL SÜRE AKTİF EDİLME TARİHİ GEÇERSİZ OLACAĞI TARİH
{{a_rule.rule.fqdn}} {{a_rule.rule.source}} {{a_rule.rule.destination}} {{a_rule.rule.destination_port}} {{a_rule.rule.protocol}} {{a_rule.rule.time}} {{a_rule.operated_at}} {{a_rule.active_until}}
{% endblock %}