{% block contentarea %} {% load icons %} {% load query %} {% if ci_id %} {{ breadcrumb }} {% endif %} {% if not iframe %}

{{ label }}


{% endif %}
{% if tabs_left %}
{% else %} {% endif %} {% if cmdb_messages %} {% for message in cmdb_messages %}
{{message.title}} {{ message.message }}
{% endfor %} {% endif %} {% if ci_id %} {% endif %}

{% if editable %} {% csrf_token %} {% endif %} {% for f in form.hidden_fields %}{{ f }}{% endfor %} {% if service_name %} {% endif %} {% for f in form.visible_fields %} {% endfor %}

Service : {{ service_name }}

{{ f|field_icon:form }} {{ f.label_tag }} {{ f }} {% for e in f.errors %}
{{ e }}
{% empty %} {% if f.help_text %}
{{ f.help_text }}
{% endif %} {% endfor %}
{% if ci_id %} {% if not editable %}

Impact report

Run impact report {% endif %}

Custom Attributes

{% include 'cmdb/include_attributes.html' %}
{% endif %}
{% if show_in_ralph %} {% endif %}
{% if editable %} {% else %} {% if not iframe %} Edit this CI {% endif %} {% endif %}

Asset attr. changes


{% include 'cmdb/include_attributechange.html' %}

CI attr. changes


{% include 'cmdb/include_ciattributechange.html' %}

Problems


{% include 'cmdb/include_events.html' with rows=problems%}

{% if incidents %} {% icon 'fugue-new' %} {% endif %} Incidents


{% include 'cmdb/include_events.html' with rows=incidents%}

{% if planned %} {% icon 'fugue-new' %} {% endif %} Planned changes


{% include 'cmdb/include_events.html' with rows=planned%}

{% if so_events %} {% icon 'fugue-new' %} {% endif %} SO Events


{% include 'cmdb/include_so_events.html' with rows=so_events%}

Monitoring events


{% include 'cmdb/include_zabbix.html' with rows=zabbix_triggers%}
{% include 'cmdb/include_relations.html' with span_number=span_number label='Contains' relations=relations_contains editable=editable %} {% include 'cmdb/include_relations.html' with span_number=span_number label='Has roles' relations=relations_hasrole editable=editable %} {% include 'cmdb/include_relations.html' with span_number=span_number label='Requires' relations=relations_requires editable=editable %} {% if editable and edit_configuration_item_relations_perm and ci_id %}

Add new child relation

{% endif %}
{% include 'cmdb/include_relations.html' with span_number=span_number label='Is part of' relations=relations_parts editable=editable %} {% include 'cmdb/include_relations.html' with span_number=span_number label='Is role for' relations=relations_isrole editable=editable %} {% include 'cmdb/include_relations.html' with span_number=span_number label='Is required by' relations=relations_isrequired editable=editable %} {% if editable and edit_configuration_item_relations_perm and ci_id %}

Add new parent relation

{% endif %}
{% if not editable %} {% if not iframe %} Edit this CI {% endif %} {% endif %}
{% if read_configuration_item_info_puppet_perm %}

Agent configuration log

{% include 'cmdb/include_puppet.html' %}

{% endif %} {% if read_configuration_item_info_jira_perm %}

Last Jira Issues

{% endif %} {% if read_configuration_item_info_git_perm %}

Last Repo changes

{% include 'cmdb/include_git.html' %}

{% endif %}
{% if tabs_left %}
{% endif %}

{% endblock %}