{% extends "base.html" %} {% load syntax_coloring %} {% block title %}Bcfg2 - Element Details{% endblock %} {% block extra_header_info %} {% endblock%} {% block pagebanner %}Element Details{% endblock %} {% block content %}
This item exists on the host but is not defined in the configuration.
{% endif %} {% if not item.reason.current_exists %}| Problem Type | Expected | Found |
| Owner | {{item.reason.owner}} | {{item.reason.current_owner}} |
| Group | {{item.reason.group}} | {{item.reason.current_group}} |
| Permissions | {{item.reason.perms}} | {{item.reason.current_perms}} |
| Status | {{item.reason.status}} | {{item.reason.current_status}} |
| Symlink Target | {{item.reason.to}} | {{item.reason.current_to}} |
| Package Version | {{item.reason.version|cut:"("|cut:")"}} | {{item.reason.current_version|cut:"("|cut:")"}} |
| {{inter.client.name}} | {{inter.timestamp}} |
Missing client list
{% endif %}