{% extends 'base.html' %} {% block content %}
| Endpoint UUID | Name | Type | Location |
|---|---|---|---|
| {{ endpoint.endpoint_id.endpoint_uuid.uuid }} | {{ endpoint.name }} | {{ endpoint.endpoint_type }} | {{ endpoint.endpoint_location }} |
| Component UUID | Name | Type | Parent | Attributes |
|---|---|---|---|---|
| {{ component.component_uuid.uuid }} | {{ component.name }} | {{ component.type }} | {{ component.parent }} | {{ component.attributes }} |