{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% load static %} {% block content %}
Status | {% if item.rule.config_ordered %} {% if item.compliance %}Compliant | {% else %}Non-Compliant | {% endif %} {% else %} {% if item.compliance %}Compliant | {% else %}Non-Compliant | {% endif %} {% endif %}
Intended Configuration |
{% if item.intended %}
{{ item.intended }}{% else %} ___ {% endif %} |
|||
Actual Configuration |
{% if item.actual %}
{{ item.actual }}{% else %} ___ {% endif %} |
|||
Configuration |
{% if item.actual %}
{{ item.actual }}{% else %} ___ {% endif %} |
|||
Intended Configuration |
{% if item.intended %}
{{ item.intended }}{% else %} ___ {% endif %} |
|||
Actual Configuration |
{% if item.actual %}
{{ item.actual }}{% else %} ___ {% endif %} |
|||
Missing Configuration |
{{ item.missing }} |
|||
Extra Configuration |
{{ item.extra }} |