{% extends 'base.html' %} {% block content %}
| Device | Endpoint Type |
|---|---|
| {{ device_names.get(app.local_device_id.device_uuid.uuid, app.local_device_id.device_uuid.uuid) }} | Local Device |
| {{ device_names.get(app.remote_device_id.device_uuid.uuid, app.remote_device_id.device_uuid.uuid) }} | Remote Device |
| QoS Parameter | Value |
|---|---|
| Max Bandwidth | {{ app.qos.max_bandwidth }} bps |
| Min Bandwidth | {{ app.qos.min_bandwidth or 'N/A' }} bps |
| Jitter | {{ app.qos.jitter or 'N/A' }} ms |
| TTL | {{ app.qos.ttl or 'N/A' }} seconds |