{% extends "base.html" %} {% load bcfg2_tags %} {% block title %}Bcfg2 - Client {{client.name}}{% endblock %} {% block extra_header_info %} {% endblock %} {% block body_onload %}javascript:clientdetailload(){% endblock %} {% block pagebanner %}Client Details{% endblock %} {% block content %}

{{client.name}}

[manage] View History | Jump to 
{% if interaction.isstale %}
This node did not run within the last 24 hours — it may be out of date.
{% endif %} {% if interaction.server %} {% endif %} {% if interaction.repo_rev_code %} {% endif %} {% if not interaction.isclean %} {% endif %}
Timestamp{{interaction.timestamp}}
Served by{{interaction.server}}
Revision{{interaction.repo_rev_code}}
State{{interaction.state|capfirst}}
Managed entries{{interaction.totalcount}}
Deviation{{interaction.percentbad|floatformat:"3"}}%
{% if interaction.bad_entry_count %}

Bad Entries — {{ interaction.bad_entry_count }}

[+]
{% for e in interaction.bad|sortwell %} {% endfor %}
{{e.entry.kind}}: {{e.entry.name}}
{% endif %} {% if interaction.modified_entry_count %}

Modified Entries — {{ interaction.modified_entry_count }}

[+]
{% for e in interaction.modified|sortwell %} {% endfor %}
{{e.entry.kind}}: {{e.entry.name}}
{% endif %} {% if interaction.extra_entry_count %}

Extra Entries — {{ interaction.extra_entry_count }}

[+]
{% for e in interaction.extra|sortwell %} {% endfor %}
{{e.entry.kind}}: {{e.entry.name}}
{% endif %} {% if entry_list %}

Recent Interactions

{% include "widgets/interaction_list.inc" %}
more...
{% endif %} {% endblock %}