{%extends 'cmdb/base.html'%} {% load bob %} {% load icons %} {% block extra_headers %} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block contentarea %} {{ block.super }}

Impact report

{% form_horizontal form=form method="get" action="/cmdb/graphs" submit_label="run impact" %}

Impact graph

Relations - legend:

  • Contains
  • Requires
  • Is role for

Selected item info


Actions

Affected CIs

{% for row in rows %} {% endfor %}
No. Name Type UID Venture/Role
{{ forloop.counter }} {{ row.ci.name }} {{ row.ci.type }} {{ row.ci.uid }} {{ row.venture|default:"" }} {{ row.role|default:"" }}
{% endblock %}