Loading src/webui/service/templates/link/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -44,6 +45,9 @@ <tbody> {% for endpoint in link.link_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading src/webui/service/templates/service/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -62,6 +63,9 @@ <tbody> {% for endpoint in service.service_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading src/webui/service/templates/slice/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -62,6 +63,9 @@ <tbody> {% for endpoint in slice.slice_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading Loading
src/webui/service/templates/link/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -44,6 +45,9 @@ <tbody> {% for endpoint in link.link_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading
src/webui/service/templates/service/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -62,6 +63,9 @@ <tbody> {% for endpoint in service.service_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading
src/webui/service/templates/slice/detail.html +4 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <thead> <tr> <th scope="col">Endpoint UUID</th> <th scope="col">Name</th> <th scope="col">Device</th> <th scope="col">Endpoint Type</th> </tr> Loading @@ -62,6 +63,9 @@ <tbody> {% for endpoint in slice.slice_endpoint_ids %} <tr> <td> {{ endpoint.endpoint_uuid.uuid }} </td> <td> {{ endpoints_data.get(endpoint.endpoint_uuid.uuid, (endpoint.endpoint_uuid.uuid, ''))[0] }} </td> Loading