{%extends 'particles/particle_wrapper.html'%} {%block title%}Service | {{service.name}}{%endblock%} {%block particle_head%}Service{%endblock%} {%block particle%}
info
name: {{ service.name }}
category: {{ service.category }}
parent server: {%if service.parent_server != 'unknown'%} {{ service.parent_server }} {%else%} Unknown {%endif%}
transaction: {{ service.transaction }}
timeout: {{ service.timeout }}
{%include 'particles/service/service_metrics.html'%} {%endblock%}