{% extends "base.html" %} {% block content %}

CMDB — Configuration Items

{% for t in tabs %}{{ t.label }}{% endfor %}
{% for c in rows %} {% endfor %} {% if rows.is_empty() %}{% endif %}
NameTypStatusBeschreibung
{{ c.name }} {{ c.typ }} {{ c.status }} {{ c.beschreibung }}
Keine Configuration Items.
+ Neues CI
{% endblock %}