{% extends "base.html" %} {% block title %}Oikos — {{ name }}{% endblock %} {% block content %}
service:{{ name }} {% if health %} {{ 'ok' if health.ok else 'unhealthy' }} as of {{ health.as_of }} {% endif %}
{% if entry.backend %}backend: {{ entry.backend }}
{% endif %} {% if entry.url or entry.endpoint %}url: {{ entry.url or entry.endpoint }}
{% endif %} {% if entry.doc_page %}doc: {{ entry.doc_page }}
{% endif %} {% if entry.config_repo %}config repo: {{ entry.config_repo }}
{% endif %} {% if entry.risk_notes %}{{ entry.risk_notes }}
{% endif %}impacts: {% for e in relations.impacts %}{{ e }} {% else %}none{% endfor %}
affected by: {% for e in relations.affected_by %}{{ e }} {% else %}none{% endfor %}
| Action | Risk | Approval |
|---|---|---|
| {{ a.action }} | {{ a.risk }} | {{ a.approval }} |
| Time | Action | Risk | Result |
|---|---|---|---|
| {{ h.ts }} | {{ h.action }} | {{ h.risk }} | {{ h.result }} |
(none yet)
{% endif %} {% endblock %}