{% extends "base.html" %} {% block title %}TAPDB Admin - Instances{% endblock %} {% block content %}
Total: {{ total }} instances
| EUID | Name | Category | Type | Subtype | Status | Actions |
|---|---|---|---|---|---|---|
| {{ item.euid }} | {{ item.name or '-' }} | {{ item.category }} | {{ item.type }} | {{ item.subtype }} | {{ item.bstatus or '-' }} | View Graph |
| No instances found | ||||||