{% extends 'base.html' %} {% block content %}

Service

Add New Service
{{ services | length }} services found
{% if services %} {% for service in services %} {% endfor %} {% else %} {% endif %}
# Type End points Constraints State Configuration
{{ service.cs_id.contextId.contextUuid.uuid }} / {{ service.cs_id.cs_id.uuid }} {{ service.serviceType }}
    {% for end_point in service.endpointList %}
  • {{ end_point }}
  • {% endfor %}
    {% for constraint in service.constraint %}
  • {{ constraint }}
  • {% endfor %}
{{ service.serviceState }} {{ service.serviceConfig }}
No services found
{% endblock %}