{% extends "base.html" %} {% set active_page = 'info' %} {% block title %}System Info - Ursa Customer Portal{% endblock %} {% block content %}

daylily-cognito

{% for row in cognito_rows %} {% endfor %}
Field Value
{{ row.key }} {{ row.value }}

daylily-tapdb

{% for row in tapdb_rows %} {% endfor %}
Field Value
{{ row.key }} {{ row.value }}

TapDB Namespace / Config

Ursa uses TapDB graph persistence in strict namespace mode.

{% for row in persistence_rows %} {% endfor %}
Key Value
{{ row.key }} {{ row.value }}
{% endblock %}