{% extends "base.html" %} {% block title %}{{ entity.name }} — SOVD Admin{% endblock %} {% block content %}
ID: {{ entity.id }}
Type: {{ entity_type }}
{% if entity.tags %} Tags: {{ entity.tags|join(', ') }}{% endif %}
| ID | Name | Type |
|---|---|---|
{{ dr.id }} |
{{ dr.name }} | {{ dr.get('schema', {}).get('type', '') }} |
| ID | Name | Description |
|---|---|---|
{{ op.id }} |
{{ op.name }} | {{ op.description }} |
No data resources or operations configured for this entity.
{% endif %} {% endblock %}